Skip to content

Commit 48c99d4

Browse files
committed
Use Java 8 for Artifactory snapshot deployments.
Closes #2268
1 parent 8ab8a4a commit 48c99d4

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
@@ -139,7 +139,7 @@ pipeline {
139139
steps {
140140
script {
141141
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
142-
docker.image(p['docker.java.lts.image']).inside(p['docker.java.inside.basic']) {
142+
docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.basic']) {
143143
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
144144
'-Dartifactory.server=https://repo.spring.io ' +
145145
"-Dartifactory.username=${ARTIFACTORY_USR} " +

0 commit comments

Comments
 (0)