Skip to content

Commit

Permalink
deploy master, 3.8.x and 3.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 31, 2022
1 parent 9a8c4a4 commit a2ad4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
def MAVEN_GOAL='verify'

stage('Configure deploy') {
if (env.BRANCH_NAME == 'master'){
if (env.BRANCH_NAME in ['master', 'maven-3.8.x', 'maven-3.9.x']){
MAVEN_GOAL='deploy'
}
}
Expand Down

0 comments on commit a2ad4f2

Please sign in to comment.