From ad77a3a0354e4608c31fc60674b33ef11bcb9f77 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 22 Dec 2024 09:16:29 -0600 Subject: [PATCH] ci: Trigger cross-rust build on success When the "cross" image finishes building, Jenkins will start building a new "cross-rust" image on top of it. --- ci/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index b321707..38c58d9 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -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') {