Skip to content

Commit

Permalink
#1120 enable release perform
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed May 22, 2023
1 parent 58fa85b commit 348b784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
disableConcurrentBuilds()
}
tools {
maven 'maven-3.8'
maven 'maven-3.9'
jdk 'adoptopenjdk-jdk11'
}
environment {
Expand Down Expand Up @@ -70,7 +70,7 @@ pipeline {
}
steps {
echo 'Prepare release version ${REL_VERSION}'
sh 'mvn -Dresume=false -DdryRun=true -DreleaseVersion=${REL_VERSION} -DdevelopmentVersion=${DEV_VERSION} -DdeployAtEnd=true -Dgoals=deploy release:prepare -P integration-tests,oracle,handbook'
sh 'mvn -Dresume=false -DreleaseVersion=${REL_VERSION} -DdevelopmentVersion=${DEV_VERSION} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform -P integration-tests,oracle,handbook'
}
post {
success {
Expand Down

0 comments on commit 348b784

Please sign in to comment.