Browse Source

#509 - Polishing.

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

15
Jenkinsfile vendored

@ -23,6 +23,11 @@ pipeline { @@ -23,6 +23,11 @@ pipeline {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
}
steps {
script {
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
@ -49,6 +54,11 @@ pipeline { @@ -49,6 +54,11 @@ pipeline {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
}
steps {
script {
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
@ -67,6 +77,11 @@ pipeline { @@ -67,6 +77,11 @@ pipeline {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
}
steps {
script {
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {

Loading…
Cancel
Save