File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ pipeline {
93
93
}
94
94
options { timeout(time : 30 , unit : ' MINUTES' ) }
95
95
environment {
96
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
96
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
97
97
}
98
98
steps {
99
99
script {
@@ -123,7 +123,7 @@ pipeline {
123
123
}
124
124
options { timeout(time : 30 , unit : ' MINUTES' ) }
125
125
environment {
126
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
126
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
127
127
}
128
128
steps {
129
129
script {
@@ -143,7 +143,7 @@ pipeline {
143
143
}
144
144
options { timeout(time : 30 , unit : ' MINUTES' ) }
145
145
environment {
146
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
146
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
147
147
}
148
148
steps {
149
149
script {
@@ -174,7 +174,7 @@ pipeline {
174
174
options { timeout(time : 20 , unit : ' MINUTES' ) }
175
175
176
176
environment {
177
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
177
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
178
178
}
179
179
180
180
steps {
Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -
26
26
# Credentials
27
27
docker.registry =
28
28
docker.credentials =hub.docker.com-springbuildmaster
29
+ artifactory.credentials =02bd1690-b54f-4c9f-819d-a77cb7a9822c
You can’t perform that action at this time.
0 commit comments