ci: Trigger cross-rust build on success
Aimee OS/container-images/pipeline/head There was a failure building this commit Details

When the "cross" image finishes building, Jenkins will start building a
new "cross-rust" image on top of it.
cross/main
Dustin 2024-12-22 09:16:29 -06:00
parent 7946b8c084
commit ad77a3a035
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -49,6 +49,10 @@ pipeline {
} }
post { post {
success {
build "${BRANCH_NAME.replace('cross/', 'cross-rust%2F')}"
}
failure { failure {
sh 'unshare -Ur --map-auto chown root:root -R tmp log' sh 'unshare -Ur --map-auto chown root:root -R tmp log'
dir('tmp/portage') { dir('tmp/portage') {