diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index c666fb6d9..b7cb75f7f 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -165,7 +165,18 @@ pipeline { } } } + stage("Container build - x86_64") { + when { + expression { + return env.BUILD_CAUSE != 'cron'; + } + } + agent { label "f33cloudbase && x86_64 && aws" } + steps { + sh "schutzbot/containerbuild.sh" + } + } } } @@ -203,19 +214,6 @@ pipeline { } } - stage("Container build - x86_64") { - when { - expression { - return env.BUILD_CAUSE != 'cron'; - } - } - - agent { label "f33cloudbase && x86_64 && aws" } - steps { - sh "schutzbot/containerbuild.sh" - } - } - stage("Testing 🍌") { parallel {