File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pipeline {
33
33
34
34
environment {
35
35
DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
36
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
36
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
37
37
}
38
38
39
39
steps {
@@ -66,7 +66,7 @@ pipeline {
66
66
67
67
environment {
68
68
DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
69
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
69
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
70
70
}
71
71
72
72
steps {
@@ -90,7 +90,7 @@ pipeline {
90
90
91
91
environment {
92
92
DOCKER_HUB = credentials(' hub.docker.com-springbuildmaster' )
93
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
93
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
94
94
}
95
95
96
96
steps {
@@ -122,7 +122,7 @@ pipeline {
122
122
options { timeout(time : 20 , unit : ' MINUTES' ) }
123
123
124
124
environment {
125
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
125
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
126
126
}
127
127
128
128
steps {
You can’t perform that action at this time.
0 commit comments