mirror of https://github.com/apache/maven.git
deploy master, 3.8.x and 3.9.x
This commit is contained in:
parent
3d45167203
commit
7bd5fb38b3
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue