diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index faec5ac..8f04ed4 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -24,7 +24,9 @@ pipeline { } stages { stage("build info"){ - echo 'Building diff ${DIFF_ID} with PHID ${PHID}' + steps { + echo 'Building diff ${DIFF_ID} with PHID ${PHID}' + } } stage("git checkout"){ steps {