ci: Do not wait for downstream job
All checks were successful
Aimee OS/container-images/pipeline/head This commit looks good
All checks were successful
Aimee OS/container-images/pipeline/head This commit looks good
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
@@ -50,7 +50,10 @@ pipeline {
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
build "${BRANCH_NAME.replace('rust-cross/', 'build%2F')}"
|
build([
|
||||||
|
job: "${BRANCH_NAME.replace('rust-cross/', 'build%2F')}",
|
||||||
|
wait: false,
|
||||||
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
failure {
|
failure {
|
||||||
|
|||||||
Reference in New Issue
Block a user