trying workspace prefix
This commit is contained in:
parent
554461f344
commit
c0873817ad
1 changed files with 1 additions and 3 deletions
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue