File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ pipeline {
23
23
label ' data'
24
24
}
25
25
options { timeout(time : 30 , unit : ' MINUTES' ) }
26
+
27
+ environment {
28
+ DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
29
+ }
30
+
26
31
steps {
27
32
script {
28
33
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
@@ -49,6 +54,11 @@ pipeline {
49
54
label ' data'
50
55
}
51
56
options { timeout(time : 30 , unit : ' MINUTES' ) }
57
+
58
+ environment {
59
+ DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
60
+ }
61
+
52
62
steps {
53
63
script {
54
64
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
@@ -67,6 +77,11 @@ pipeline {
67
77
label ' data'
68
78
}
69
79
options { timeout(time : 30 , unit : ' MINUTES' ) }
80
+
81
+ environment {
82
+ DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
83
+ }
84
+
70
85
steps {
71
86
script {
72
87
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
You can’t perform that action at this time.
0 commit comments