File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pipeline {
2424 }
2525 options { timeout(time : 30 , unit : ' MINUTES' ) }
2626 environment {
27- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
27+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
2828 }
2929 steps {
3030 script {
@@ -48,7 +48,7 @@ pipeline {
4848 }
4949 options { timeout(time : 30 , unit : ' MINUTES' ) }
5050 environment {
51- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
51+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
5252 }
5353 steps {
5454 script {
@@ -67,7 +67,7 @@ pipeline {
6767 }
6868 options { timeout(time : 30 , unit : ' MINUTES' ) }
6969 environment {
70- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
70+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
7171 }
7272 steps {
7373 script {
@@ -89,7 +89,7 @@ pipeline {
8989 options { timeout(time : 20 , unit : ' MINUTES' ) }
9090
9191 environment {
92- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
92+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
9393 }
9494
9595 steps {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ docker.cassandra.3.version=3.11.10
2323docker.java.inside.basic =-v $HOME:/tmp/jenkins-home
2424docker.java.inside.docker =-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home
2525
26-
2726# Credentials
2827docker.registry =
2928docker.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