ci: Trigger cross-rust build on success
Some checks failed
Aimee OS/container-images/pipeline/head There was a failure building this commit
Some checks failed
Aimee OS/container-images/pipeline/head There was a failure building this commit
When the "cross" image finishes building, Jenkins will start building a new "cross-rust" image on top of it.
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -49,6 +49,10 @@ pipeline {
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
build "${BRANCH_NAME.replace('cross/', 'cross-rust%2F')}"
|
||||
}
|
||||
|
||||
failure {
|
||||
sh 'unshare -Ur --map-auto chown root:root -R tmp log'
|
||||
dir('tmp/portage') {
|
||||
|
||||
Reference in New Issue
Block a user