Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug fix
pcaskey committed Nov 22, 2023
1 parent 7ebeed4 commit 0c37500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
if(env.BRANCH_NAME == "master") {
tag = "latest"
} else {
tag = env.BRANCH_NAME
tag = env.BRANCH_NAME.toLowerCase()
}
if(!imagename){
echo "You must define an imagename in common.bash"

0 comments on commit 0c37500

Please sign in to comment.