From d218ddfbcc9b8f54d1ab865b32a6ee151815d90e Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 29 Sep 2023 11:56:26 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a36f404..768a8d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,8 @@ pipeline { // build.push("${exercise}-${tag}") // switch to buildx, which is not supported by the jenkins docker plugin - sh 'docker buildx create --use --name multiarch --append' + // the following command needs to be run first on a new node, but not after that + // sh 'docker buildx create --use --name multiarch --append' sh 'docker buildx inspect --bootstrap' sh 'docker buildx ls' sh 'docker login -u tieradmin -p $DOCKERHUBPW'