From 1774f8b3d216ed59f385a03653eb30f91e57d663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 18 Oct 2019 15:05:10 +0200 Subject: [PATCH] added debuggint statements --- Jenkins/Phabricator-pipeline/Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index dc3006c..a134f48 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -35,7 +35,12 @@ pipeline { } stage('arc patch') { steps { - sh 'python lvm-premerge-checks/scripts/phabtalk/apply_patch.py' + sh """ + pwd + python --version + ls -l lvm-premerge-checks/scripts/phabtalk + lvm-premerge-checks/scripts/phabtalk/apply_patch.py + """ } } stage('CMake') {