File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pipeline {
5555 }
5656 options { timeout(time : 30 , unit : ' MINUTES' ) }
5757 environment {
58- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
58+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
5959 }
6060 steps {
6161 script {
@@ -84,7 +84,7 @@ pipeline {
8484 options { timeout(time : 20 , unit : ' MINUTES' ) }
8585
8686 environment {
87- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
87+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
8888 }
8989
9090 steps {
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -
2121# Credentials
2222docker.registry =
2323docker.credentials =hub.docker.com-springbuildmaster
24+ artifactory.credentials =02bd1690-b54f-4c9f-819d-a77cb7a9822c
You can’t perform that action at this time.
0 commit comments