ci: Do not wait for downstream job
Rather, finish immediately and do not account for the downstream job's status in our own.
This commit is contained in:
5
ci/Jenkinsfile
vendored
5
ci/Jenkinsfile
vendored
@@ -56,7 +56,10 @@ pipeline {
|
||||
|
||||
post {
|
||||
success {
|
||||
build "${BRANCH_NAME.replace('base/', 'cross%2F')}"
|
||||
build([
|
||||
job: "${BRANCH_NAME.replace('base/', 'cross%2F')}",
|
||||
wait: false,
|
||||
])
|
||||
}
|
||||
|
||||
failure {
|
||||
|
||||
Reference in New Issue
Block a user