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