Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Sep 29, 2023
1 parent c52ef3d commit e884f5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -100,7 +97,6 @@ pipeline {
} else {
echo "not building images, since the SCM branch is not ${TARGET_BRANCH}"
}
}
}
}
}
Expand Down

0 comments on commit e884f5a

Please sign in to comment.