We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153ac5b commit f816748Copy full SHA for f816748
Jenkinsfile
@@ -139,7 +139,7 @@ pipeline {
139
140
steps {
141
script {
142
- docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
+ docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
143
docker.image('adoptopenjdk/openjdk8:latest').inside('-v $HOME:/tmp/jenkins-home') {
144
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,distribute ' +
145
'-Dartifactory.server=https://repo.spring.io ' +
0 commit comments