diff --git a/Jenkinsfile b/Jenkinsfile index 27b668c1..0e007f9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,10 +19,10 @@ pipeline { } stages { stage('build and push') { - agent { - label 'builtin' - } parallel { + agent { + label 'builtin' + } // stage('build and push amd64_epyc2 image') { // agent { // label 'amd64_epyc2' @@ -78,10 +78,10 @@ pipeline { } } stage('push latest') { - agent { - label 'builtin' - } parallel { + agent { + label 'builtin' + } stage('maybe push latest_arm64_graviton2 tag') { agent any environment {