Disabling JDK11 build until problems are fixed
This commit is contained in:
parent
1ea94287d8
commit
26772cd3ff
|
@ -59,17 +59,17 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('JDK11') {
|
||||
steps {
|
||||
ws("${env.JOB_NAME}-JDK11") {
|
||||
checkout scm
|
||||
timeout(120) {
|
||||
mavenBuild(buildJdk11,"clean install -U -fae",
|
||||
[junitPublisher(disabled: false, ignoreAttachments: false)])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// stage('JDK11') {
|
||||
// steps {
|
||||
// ws("${env.JOB_NAME}-JDK11") {
|
||||
// checkout scm
|
||||
// timeout(120) {
|
||||
// mavenBuild(buildJdk11,"clean install -U -fae",
|
||||
// [junitPublisher(disabled: false, ignoreAttachments: false)])
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue