1
0
Fork 0

using bat to run python command

This commit is contained in:
Christian Kühnel 2020-01-16 14:17:46 +00:00
parent bdff02c159
commit 51e55872b8

View file

@ -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}
"""
}