Update Jenkinsfile
This commit is contained in:
parent
ff19a9ed72
commit
7bb3b2e7ed
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -70,7 +70,7 @@ pipeline {
|
||||
expression { params.RELEASE }
|
||||
}
|
||||
steps {
|
||||
sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B"
|
||||
sh "mvn -s $MVN_SET -DpushChanges=false -DpreparationGoals=initialize release:prepare release:perform -B"
|
||||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
|
Loading…
Reference in New Issue
Block a user