added debuggint statements
This commit is contained in:
parent
80278d7583
commit
1774f8b3d2
1 changed files with 6 additions and 1 deletions
7
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
7
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -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') {
|
||||||
|
|
Loading…
Reference in a new issue