changed location for trigger
This commit is contained in:
parent
6b1e8a85d1
commit
aa8476d76a
1 changed files with 12 additions and 16 deletions
28
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
28
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -86,22 +86,18 @@ pipeline {
|
||||||
echo e.toString()
|
echo e.toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
/* To test the windows builds:
|
||||||
post {
|
If the linux compile succeed, trigger a windows build.
|
||||||
success {
|
This does NOT give any feedback on Phabricator on the
|
||||||
/* To test the windows builds:
|
windows build.
|
||||||
If the linux compile succeed, trigger a windows build.
|
|
||||||
This does NOT give any feedback on Phabricator on the
|
Fire & Forget: Do not wait for the job to finish,
|
||||||
windows build.
|
ingore the results
|
||||||
|
*/
|
||||||
Fire & Forget: Do not wait for the job to finish,
|
build job: 'amd64_windows_vs2017', propagate: false, wait: false, parameters: [
|
||||||
ingore the results
|
[$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"],
|
||||||
*/
|
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
|
||||||
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') {
|
stage('ninja check-all') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue