DWN-32967: compile with JDK 252.
parent
e135d67655
commit
acd47e0361
|
@ -4,8 +4,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven 3.3.9'
|
||||
jdk 'Java 8'
|
||||
maven 'Maven 3.6.3'
|
||||
jdk 'Corretto 8.252'
|
||||
}
|
||||
options {
|
||||
// Only keep 10 builds in total
|
||||
|
@ -15,7 +15,7 @@ pipeline {
|
|||
timestamps()
|
||||
|
||||
// Prevent concurrent builds
|
||||
disableConcurrentBuilds();
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
stages {
|
||||
stage ('1.3.3 Build') {
|
||||
|
|
Loading…
Reference in New Issue