1
0
mirror of synced 2026-08-05 16:37:04 +00:00

DATAES-996 - Polishing.

This commit is contained in:
Greg L. Turnquist
2020-12-15 11:10:41 -06:00
parent a2d2a6119d
commit b49b053d06
Vendored
+15
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') {