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 @@ -31,7 +31,7 @@ pipeline {
3131 }
3232 options { timeout(time : 30 , unit : ' MINUTES' ) }
3333 environment {
34- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
34+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
3535 }
3636 steps {
3737 script {
@@ -59,7 +59,7 @@ pipeline {
5959 }
6060 options { timeout(time : 30 , unit : ' MINUTES' ) }
6161 environment {
62- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
62+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
6363 }
6464 steps {
6565 script {
@@ -78,7 +78,7 @@ pipeline {
7878 }
7979 options { timeout(time : 30 , unit : ' MINUTES' ) }
8080 environment {
81- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
81+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
8282 }
8383 steps {
8484 script {
@@ -107,7 +107,7 @@ pipeline {
107107 options { timeout(time : 20 , unit : ' MINUTES' ) }
108108
109109 environment {
110- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
110+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
111111 }
112112
113113 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