From bf57094670af79cb1da0220d8003c112b3032057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 18 Oct 2019 15:08:36 +0200 Subject: [PATCH] added more ls --- Jenkins/Phabricator-pipeline/Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index a134f48..93cddb0 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -37,8 +37,9 @@ pipeline { steps { sh """ pwd - python --version - ls -l lvm-premerge-checks/scripts/phabtalk + ls -l + ls -l .. + ls -l lvm-premerge-checks lvm-premerge-checks/scripts/phabtalk/apply_patch.py """ }