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'