Skip to content

Commit a0d118a

Browse files
mp911deodrotbohm
authored andcommitted
Simplify build pipeline.
See #1537
1 parent 967da4e commit a0d118a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
steps {
2424
script {
2525
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
26-
docker.image('openjdk:17').inside('-v $HOME:/tmp/jenkins-home') {
26+
docker.image('openjdk:17-bullseye').inside('-v $HOME:/tmp/jenkins-home') {
2727
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml clean dependency:list verify -Dsort -B'
2828
}
2929
}
@@ -44,7 +44,7 @@ pipeline {
4444
steps {
4545
script {
4646
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
47-
docker.image('openjdk:17').inside('-v $HOME:/tmp/jenkins-home') {
47+
docker.image('openjdk:17-bullseye').inside('-v $HOME:/tmp/jenkins-home') {
4848
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
4949
'-Dartifactory.server=https://repo.spring.io ' +
5050
"-Dartifactory.username=${ARTIFACTORY_USR} " +

0 commit comments

Comments
 (0)