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:23:17 UTC

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


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

commit ac9132e4f4ada93369cc5188e836d54c885d4c99
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 0978bee44..cb80d71c5 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'
            }
         }