We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735404d commit 1afb3acCopy full SHA for 1afb3ac
Jenkinsfile
@@ -170,8 +170,8 @@ node('high-cpu') {
170
currentBuild.description += "\n${imageNames[0]}"
171
172
} else if (env.BRANCH_NAME == 'main') {
173
- images[1].push()
174
- images[0].push()
+ images[1].push('main-dev')
+ images[0].push('main')
175
currentBuild.description = "${imageNames[0]}"
176
} else if (env.BRANCH_NAME == 'test') {
177
images[1].push()
@@ -316,4 +316,4 @@ def imageNames
316
String clusterName
317
def mvn
318
String groovyImage
319
-def git
+def git
0 commit comments