temporary disable triggering win build
This commit is contained in:
parent
0a636404c6
commit
b30a632bf2
1 changed files with 2 additions and 0 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -101,10 +101,12 @@ pipeline {
|
||||||
Fire & Forget: Do not wait for the job to finish,
|
Fire & Forget: Do not wait for the job to finish,
|
||||||
ingore the results
|
ingore the results
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
build job: 'amd64_windows_vs2017', propagate: false, wait: false, parameters: [
|
build job: 'amd64_windows_vs2017', propagate: false, wait: false, parameters: [
|
||||||
[$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"],
|
[$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"],
|
||||||
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
|
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
|
||||||
]
|
]
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('ninja check-all') {
|
stage('ninja check-all') {
|
||||||
|
|
Loading…
Reference in a new issue