1
0
Fork 0

trying workspace prefix

This commit is contained in:
Christian Kühnel 2019-10-18 14:53:38 +02:00
parent 554461f344
commit c0873817ad

View file

@ -34,9 +34,7 @@ pipeline {
}
stage('arc patch') {
steps {
dir("llvm-premerge-checks/scripts/phabtalk"){
sh 'apply_patch.py --host="https://reviews.llvm.org" --conduit-token="${CONDUIT_TOKEN}"'
}
sh '${WORKSPACE}/llvm-premerge-checks/scripts/phabtalk/apply_patch.py --host="https://reviews.llvm.org" --conduit-token="${CONDUIT_TOKEN}"'
}
}
stage('CMake') {