-DdeployAtEnd=true doesn't deploy anything

This commit is contained in:
Olivier Lamy 2019-05-29 16:19:00 +10:00 committed by GitHub
parent a117168395
commit 3495521a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
stage('Configure deploy') {
if (env.BRANCH_NAME == 'master'){
MAVEN_GOAL='deploy -DdeployAtEnd=true'
MAVEN_GOAL='deploy'
}
}