mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
deploy master, 3.8.x and 3.9.x
This commit is contained in:
parent
3d45167203
commit
7bd5fb38b3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user