4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
|
||||
steps {
|
||||
script {
|
||||
def image = docker.build("springci/spring-data-release-tools:0.12", "ci")
|
||||
def image = docker.build("springci/spring-data-release-tools:0.13", "ci")
|
||||
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
|
||||
image.push()
|
||||
}
|
||||
@@ -45,7 +45,7 @@ pipeline {
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'springci/spring-data-release-tools:0.12'
|
||||
image 'springci/spring-data-release-tools:0.13'
|
||||
}
|
||||
}
|
||||
options { timeout(time: 4, unit: 'HOURS') }
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
FROM ubuntu:23.04
|
||||
|
||||
# Bake a container using sdkman to get all the needed JDKs.
|
||||
#
|
||||
|
||||
ARG USER_UID="1001"
|
||||
ARG USER_GID="1001"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Tool requirements
|
||||
jdks=17.0.8,8.0.382
|
||||
maven=3.9.4
|
||||
maven=3.9.5
|
||||
|
||||
Reference in New Issue
Block a user