File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ pipeline {
90
90
}
91
91
options { timeout(time : 30 , unit : ' MINUTES' ) }
92
92
environment {
93
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
93
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
94
94
}
95
95
steps {
96
96
script {
@@ -122,7 +122,7 @@ pipeline {
122
122
}
123
123
options { timeout(time : 30 , unit : ' MINUTES' ) }
124
124
environment {
125
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
125
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
126
126
}
127
127
steps {
128
128
script {
@@ -146,7 +146,7 @@ pipeline {
146
146
}
147
147
options { timeout(time : 30 , unit : ' MINUTES' ) }
148
148
environment {
149
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
149
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
150
150
}
151
151
steps {
152
152
script {
@@ -179,7 +179,7 @@ pipeline {
179
179
options { timeout(time : 20 , unit : ' MINUTES' ) }
180
180
181
181
environment {
182
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
182
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
183
183
}
184
184
185
185
steps {
You can’t perform that action at this time.
0 commit comments