mirror of https://github.com/apache/maven.git
oops fix branch name
This commit is contained in:
parent
8524e04e66
commit
a117168395
|
@ -41,7 +41,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
|
|||
def MAVEN_GOAL='verify'
|
||||
|
||||
stage('Configure deploy') {
|
||||
if (env.BRANCH=='master'){
|
||||
if (env.BRANCH_NAME == 'master'){
|
||||
MAVEN_GOAL='deploy -DdeployAtEnd=true'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue