using bat to run python command
This commit is contained in:
parent
bdff02c159
commit
51e55872b8
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ pipeline {
|
|||
stage('arc patch'){
|
||||
steps {
|
||||
dir("${LLVM_DIR}"){
|
||||
powershell """
|
||||
\$ErrorActionPreference = 'Stop'
|
||||
bat """
|
||||
python ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue