ci: Do not wait for downstream job
Aimee OS/container-images/pipeline/head This commit looks good
Details
Aimee OS/container-images/pipeline/head This commit looks good
Details
Rather, finish immediately and do not account for the downstream job's status in our own.rust-cross/main
parent
a5e701195b
commit
9bf7c86eba
|
@ -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