Browse Source

Polishing.

pull/1032/head
Greg L. Turnquist 5 years ago
parent
commit
fc8acde7a0
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -26,6 +26,7 @@ pipeline {
environment { environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster') DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
} }
steps { steps {
@ -57,6 +58,7 @@ pipeline {
environment { environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster') DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
} }
steps { steps {
@ -80,6 +82,7 @@ pipeline {
environment { environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster') DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
} }
steps { steps {

Loading…
Cancel
Save