Upgrade to Maven 3.9.3 and Java 17.0.7.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
|
||||
steps {
|
||||
script {
|
||||
def image = docker.build("springci/spring-data-release-tools:0.9", "ci")
|
||||
def image = docker.build("springci/spring-data-release-tools:0.10", "ci")
|
||||
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
|
||||
image.push()
|
||||
}
|
||||
@@ -45,7 +45,7 @@ pipeline {
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'springci/spring-data-release-tools:0.9'
|
||||
image 'springci/spring-data-release-tools:0.10'
|
||||
}
|
||||
}
|
||||
options { timeout(time: 4, unit: 'HOURS') }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Tool requirements
|
||||
jdks=17.0.6,8.0.352,8.0.362
|
||||
maven=3.9.1
|
||||
jdks=17.0.7,8.0.352,8.0.362
|
||||
maven=3.9.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user