From 844af86e4559e2ae75a423b2cfa3d7748ad72d10 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 9 Aug 2023 13:27:20 -0700 Subject: [PATCH] maybe here --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {