1
0
Fork 0

temporary disable triggering win build

This commit is contained in:
Mikhail Goncharov 2020-02-05 16:21:50 +01:00
parent 0a636404c6
commit b30a632bf2

View file

@ -101,10 +101,12 @@ pipeline {
Fire & Forget: Do not wait for the job to finish,
ingore the results
*/
/*
build job: 'amd64_windows_vs2017', propagate: false, wait: false, parameters: [
[$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"],
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
]
*/
}
}
stage('ninja check-all') {