add jdk11 build
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
060d518fe1
commit
8269cb3c3e
|
@ -46,7 +46,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage( 'BuildAndDeploy-JDK8' ) {
|
stage( 'JDK8' ) {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
if (env.BRANCH_NAME == 'master')
|
if (env.BRANCH_NAME == 'master')
|
||||||
|
@ -60,17 +60,12 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('JDK11') {
|
stage('JDK11') {
|
||||||
// steps {
|
steps {
|
||||||
// ws("${env.JOB_NAME}-JDK11") {
|
mavenBuild(buildJdk11,"clean install -U -fae -T3",[])
|
||||||
// checkout scm
|
}
|
||||||
// timeout(120) {
|
}
|
||||||
// mavenBuild(buildJdk11,"clean install -U -fae",
|
}
|
||||||
// [junitPublisher(disabled: false, ignoreAttachments: false)])
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue