missed references
This commit is contained in:
parent
1b5f002d6d
commit
aede0f4f1a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -35,10 +35,10 @@ node('worker'){
|
|||||||
}
|
}
|
||||||
def tag = ''
|
def tag = ''
|
||||||
stage('Build Container'){
|
stage('Build Container'){
|
||||||
if (params.BRANCH.contains('main')){
|
if (params.GIT_BRANCH.contains('main')){
|
||||||
tag = 'latest'
|
tag = 'latest'
|
||||||
} else {
|
} else {
|
||||||
tag = params.BRANCH.replace('\\', '-')
|
tag = params.GIT_BRANCH.replace('\\', '-')
|
||||||
}
|
}
|
||||||
sh "docker build -t aronwk/nexus-dashboard:$tag ."
|
sh "docker build -t aronwk/nexus-dashboard:$tag ."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user