1
0
Fork 0

using python3 prefix and absolute paths

This commit is contained in:
Christian Kühnel 2019-10-18 15:24:36 +02:00
parent 9d1e01438a
commit d005ee7a9f

View file

@ -35,11 +35,7 @@ pipeline {
}
stage('arc patch') {
steps {
sh """
ls -l
ls -l llvm-premerge-checks
llvm-premerge-checks/scripts/phabtalk/apply_patch.py
"""
sh 'python3 ${WORKSPACE}/llvm-premerge-checks/scripts/phabtalk/apply_patch.py'
}
}
stage('CMake') {