ci: Trigger build build on success
Aimee OS/container-images/pipeline/head Something is wrong with the build of this commit
Details
Aimee OS/container-images/pipeline/head Something is wrong with the build of this commit
Details
When the "rust-cross" image finishes building, Jenkins will start building a new "build" image on top of it.rust-cross/main
parent
09d32d722c
commit
a5e701195b
|
@ -49,6 +49,10 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
build "${BRANCH_NAME.replace('rust-cross/', 'build%2F')}"
|
||||
}
|
||||
|
||||
failure {
|
||||
sh 'unshare -Ur --map-auto chown root:root -R tmp log'
|
||||
dir('tmp/portage') {
|
||||
|
|
Reference in New Issue