Add JDK 17.0.9.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
|||||||
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def image = docker.build("springci/spring-data-release-tools:0.16", "ci")
|
def image = docker.build("springci/spring-data-release-tools:0.17", "ci")
|
||||||
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
|
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
|
||||||
image.push()
|
image.push()
|
||||||
}
|
}
|
||||||
@@ -45,7 +45,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'springci/spring-data-release-tools:0.16'
|
image 'springci/spring-data-release-tools:0.17'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
options { timeout(time: 4, unit: 'HOURS') }
|
options { timeout(time: 4, unit: 'HOURS') }
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Tool requirements
|
# Tool requirements
|
||||||
jdks=17.0.12,8.0.382
|
jdks=17.0.12,17.0.9,8.0.382
|
||||||
maven=3.9.8
|
maven=3.9.8
|
||||||
|
|||||||
Reference in New Issue
Block a user