Browse Source

Polishing.

2.0.x
Greg L. Turnquist 5 years ago
parent
commit
97aae199c5
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

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

Loading…
Cancel
Save