From ac61475fe28b32f94acfd5055f8b7f0ed87fec4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 21 Oct 2019 22:39:27 +0200 Subject: [PATCH] added steps --- Jenkins/Phabricator-pipeline/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {