File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pipeline {
24
24
}
25
25
options { timeout(time : 30 , unit : ' MINUTES' ) }
26
26
environment {
27
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
27
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
28
28
}
29
29
steps {
30
30
script {
@@ -48,7 +48,7 @@ pipeline {
48
48
}
49
49
options { timeout(time : 30 , unit : ' MINUTES' ) }
50
50
environment {
51
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
51
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
52
52
}
53
53
steps {
54
54
script {
@@ -67,7 +67,7 @@ pipeline {
67
67
}
68
68
options { timeout(time : 30 , unit : ' MINUTES' ) }
69
69
environment {
70
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
70
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
71
71
}
72
72
steps {
73
73
script {
@@ -89,7 +89,7 @@ pipeline {
89
89
options { timeout(time : 20 , unit : ' MINUTES' ) }
90
90
91
91
environment {
92
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
92
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
93
93
}
94
94
95
95
steps {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ docker.cassandra.3.version=3.11.10
23
23
docker.java.inside.basic =-v $HOME:/tmp/jenkins-home
24
24
docker.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
25
25
26
-
27
26
# Credentials
28
27
docker.registry =
29
28
docker.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