Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change branch to main in Jenkinsfile
Change branch to main in Jenkinsfile.
skoranda committed Aug 25, 2021
1 parent fa51250 commit 5eb6f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
maintainer = maintain()
imagename = imagename()
version= registryversion()
if(env.BRANCH_NAME == "master") {
if(env.BRANCH_NAME == "main") {
tag = "latest"
} else {
tag = env.BRANCH_NAME

0 comments on commit 5eb6f2b

Please sign in to comment.