ci: Trigger cross 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 "base" image finishes building, Jenkins will start building a new "cross" image on top of it.base/main
parent
06b65957c0
commit
ba1917abb2
|
@ -55,6 +55,10 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
build "${BRANCH_NAME.replace('base/', 'cross%2F')}"
|
||||
}
|
||||
|
||||
failure {
|
||||
sh 'unshare -Ur --map-auto chown root:root -R tmp log'
|
||||
dir('tmp/portage') {
|
||||
|
|
Reference in New Issue