You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/05/31 07:21:01 UTC

[maven] branch master updated: deploy master, 3.8.x and 3.9.x

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bd5fb38b deploy master, 3.8.x and 3.9.x
7bd5fb38b is described below

commit 7bd5fb38b34c2be4db7a31cbda16169cf0890ad1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 31 09:15:06 2022 +0200

    deploy master, 3.8.x and 3.9.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 924859d43..1215dec5f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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'
            }
         }