File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ pipeline {
9393 }
9494 options { timeout(time : 30 , unit : ' MINUTES' ) }
9595 environment {
96- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
96+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
9797 }
9898 steps {
9999 script {
@@ -123,7 +123,7 @@ pipeline {
123123 }
124124 options { timeout(time : 30 , unit : ' MINUTES' ) }
125125 environment {
126- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
126+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
127127 }
128128 steps {
129129 script {
@@ -143,7 +143,7 @@ pipeline {
143143 }
144144 options { timeout(time : 30 , unit : ' MINUTES' ) }
145145 environment {
146- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
146+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
147147 }
148148 steps {
149149 script {
@@ -174,7 +174,7 @@ pipeline {
174174 options { timeout(time : 20 , unit : ' MINUTES' ) }
175175
176176 environment {
177- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
177+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
178178 }
179179
180180 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 -
2626# Credentials
2727docker.registry =
2828docker.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