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 @@ -32,7 +32,7 @@ pipeline {
3232 options { timeout(time : 30 , unit : ' MINUTES' ) }
3333 environment {
3434 DOCKER_HUB = credentials(" ${ p['docker.credentials']} " )
35- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
35+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
3636 }
3737 steps {
3838 script {
@@ -62,7 +62,7 @@ pipeline {
6262 }
6363 options { timeout(time : 30 , unit : ' MINUTES' ) }
6464 environment {
65- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
65+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
6666 }
6767 steps {
6868 script {
@@ -81,7 +81,7 @@ pipeline {
8181 }
8282 options { timeout(time : 30 , unit : ' MINUTES' ) }
8383 environment {
84- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
84+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
8585 }
8686 steps {
8787 script {
@@ -110,7 +110,7 @@ pipeline {
110110 options { timeout(time : 20 , unit : ' MINUTES' ) }
111111
112112 environment {
113- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
113+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
114114 }
115115
116116 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