From e884f5a83e1e0d5a43c642bce41f654de0b35668 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 29 Sep 2023 17:07:25 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01ae50a..97b4cfa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,9 +71,6 @@ pipeline { stage('Build exerciseSets') { steps { script { - docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-${maintainer}") { - // def tagSet = generateTagSet() - // def builds = build(tagSet) if(env.BRANCH_NAME == TARGET_BRANCH) { //builds.each{ k, v -> echo ("push ${k}") } //for local testing @@ -100,7 +97,6 @@ pipeline { } else { echo "not building images, since the SCM branch is not ${TARGET_BRANCH}" } - } } } }