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 f17707a commit 68e17edCopy full SHA for 68e17ed
Jenkinsfile
@@ -147,7 +147,7 @@ pipeline {
147
steps {
148
script {
149
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
150
- 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']) {
151
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
152
'-Dartifactory.server=https://repo.spring.io ' +
153
"-Dartifactory.username=${ARTIFACTORY_USR} " +
0 commit comments