mirror of https://github.com/apache/maven.git
-DdeployAtEnd=true doesn't deploy anything
This commit is contained in:
parent
a117168395
commit
3495521a12
|
@ -42,7 +42,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
|
|||
|
||||
stage('Configure deploy') {
|
||||
if (env.BRANCH_NAME == 'master'){
|
||||
MAVEN_GOAL='deploy -DdeployAtEnd=true'
|
||||
MAVEN_GOAL='deploy'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue