We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9624c70 commit 5553a03Copy full SHA for 5553a03
Jenkinsfile
@@ -151,7 +151,7 @@ pipeline {
151
steps {
152
script {
153
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
154
- docker.image(p['docker.java.lts.image']).inside(p['docker.java.inside.basic']) {
+ docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.basic']) {
155
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
156
'-Dartifactory.server=https://repo.spring.io ' +
157
"-Dartifactory.username=${ARTIFACTORY_USR} " +
0 commit comments