ci: Trigger build build on success
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
Dustin 2024-12-22 12:22:31 -06:00
parent 09d32d722c
commit a5e701195b
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -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') {