1
0
Fork 0

fixed powershell call

This commit is contained in:
Christian Kühnel 2020-01-16 09:14:44 +01:00
parent c79e3d1013
commit ed69149119

View file

@ -55,7 +55,9 @@ pipeline {
} }
stage('arc patch'){ stage('arc patch'){
steps { steps {
pwsh "python3 ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}" dir("${LLVM_DIR}"){
powershell "python3 ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}"
}
} }
} }
stage('CMake') { stage('CMake') {