Skip to content

Commit b49b053

Browse files
committed
DATAES-996 - Polishing.
1 parent a2d2a61 commit b49b053

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Jenkinsfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ pipeline {
2323
label 'data'
2424
}
2525
options { timeout(time: 30, unit: 'MINUTES') }
26+
27+
environment {
28+
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
29+
}
30+
2631
steps {
2732
script {
2833
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
@@ -49,6 +54,11 @@ pipeline {
4954
label 'data'
5055
}
5156
options { timeout(time: 30, unit: 'MINUTES') }
57+
58+
environment {
59+
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
60+
}
61+
5262
steps {
5363
script {
5464
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
@@ -67,6 +77,11 @@ pipeline {
6777
label 'data'
6878
}
6979
options { timeout(time: 30, unit: 'MINUTES') }
80+
81+
environment {
82+
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
83+
}
84+
7085
steps {
7186
script {
7287
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {

0 commit comments

Comments
 (0)