ci: Trigger cross-rust build on success
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
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
parent
7946b8c084
commit
ad77a3a035
|
@ -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') {
|
||||||
|
|
Reference in New Issue