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:15:18 UTC

[maven] branch maven-3.8.x 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 maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git


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

commit a2ad4f2f7b4c5be6c65191dbe721e35839f107ec
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 4d411dbbd..34e0699ae 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'
            }
         }