Skip to content

Commit 1afb3ac

Browse files
committed
feature: adding main and main-dev tag
1 parent 735404d commit 1afb3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ node('high-cpu') {
170170
currentBuild.description += "\n${imageNames[0]}"
171171

172172
} else if (env.BRANCH_NAME == 'main') {
173-
images[1].push()
174-
images[0].push()
173+
images[1].push('main-dev')
174+
images[0].push('main')
175175
currentBuild.description = "${imageNames[0]}"
176176
} else if (env.BRANCH_NAME == 'test') {
177177
images[1].push()
@@ -316,4 +316,4 @@ def imageNames
316316
String clusterName
317317
def mvn
318318
String groovyImage
319-
def git
319+
def git

0 commit comments

Comments
 (0)