Skip to content

Commit 5553a03

Browse files
committed
Use Java 8 to build snapshots for Artifactory.
Closes #2113
1 parent 9624c70 commit 5553a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
steps {
152152
script {
153153
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
154-
docker.image(p['docker.java.lts.image']).inside(p['docker.java.inside.basic']) {
154+
docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.basic']) {
155155
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
156156
'-Dartifactory.server=https://repo.spring.io ' +
157157
"-Dartifactory.username=${ARTIFACTORY_USR} " +

0 commit comments

Comments
 (0)