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

olamy 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 eff2fbf2a9 [MNG-7848] Remove `Configure deploy` stage from s390x 
pipeline (#1216)
eff2fbf2a9 is described below

commit eff2fbf2a9baaa2178825b5745c7f152330c8946
Author: Kun Lu <[email protected]>
AuthorDate: Thu Aug 10 20:17:46 2023 -0400

    [MNG-7848] Remove `Configure deploy` stage from s390x pipeline (#1216)
    
    Signed-off-by: Kun-Lu <[email protected]>
---
 Jenkinsfile.s390x | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 32a7d26fe3..84a00a8023 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -40,12 +40,6 @@ node('s390x') {
         def WORK_DIR=pwd()
         def MAVEN_GOAL='verify'
 
-        stage('Configure deploy') {
-           if (env.BRANCH_NAME in ['master', 'maven-3.8.x', 'maven-3.9.x']){
-               MAVEN_GOAL='deploy'
-           }
-        }
-
         stage('Build / Unit Test') {
             String jdkName = jenkinsEnv.jdkFromVersion(buildOs, buildJdk)
             jdkName = "ibm-semeru-8u362-b09"

Reply via email to