mirror of https://github.com/apache/maven.git
[MNG-7848] Remove `Configure deploy` stage from s390x pipeline (#1216)
Signed-off-by: Kun-Lu <kun.lu@ibm.com>
This commit is contained in:
parent
65b5031be8
commit
eff2fbf2a9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue