1
0
Fork 0

added debuggint statements

This commit is contained in:
Christian Kühnel 2019-10-18 15:05:10 +02:00
parent 80278d7583
commit 1774f8b3d2

View file

@ -35,7 +35,12 @@ pipeline {
} }
stage('arc patch') { stage('arc patch') {
steps { 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') { stage('CMake') {