Skip to content

Commit

Permalink
DATAES-996 - Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Dec 15, 2020
1 parent a2d2a61 commit b49b053
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand All @@ -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') {
Expand All @@ -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') {
Expand Down

0 comments on commit b49b053

Please sign in to comment.