We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aec270 commit fae34e8Copy full SHA for fae34e8
Jenkinsfile
@@ -1,7 +1,7 @@
1
node('master'){
2
def scmVars = checkout scm
3
def imageTag = env.TAG_NAME
4
- if(imageTag != null){
+ if(imageTag == null){
5
imageTag = "latest"
6
}
7
withDockerRegistry(credentialsId: 'dc94d276-bbcb-490a-8586-8322dbf729dd') {
0 commit comments