DATAES-996 - Polishing.

This commit is contained in:
Greg L. Turnquist 2020-12-15 11:10:41 -06:00
parent a2d2a6119d
commit b49b053d06
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413

15
Jenkinsfile vendored
View File

@ -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 {
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 {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
}
steps {
script {
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {