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 @@ -30,7 +30,7 @@ pipeline {
30
30
}
31
31
options { timeout(time : 30 , unit : ' MINUTES' ) }
32
32
environment {
33
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
33
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
34
34
}
35
35
steps {
36
36
script {
@@ -57,7 +57,7 @@ pipeline {
57
57
}
58
58
options { timeout(time : 30 , unit : ' MINUTES' ) }
59
59
environment {
60
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
60
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
61
61
}
62
62
steps {
63
63
script {
@@ -76,7 +76,7 @@ pipeline {
76
76
}
77
77
options { timeout(time : 30 , unit : ' MINUTES' ) }
78
78
environment {
79
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
79
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
80
80
}
81
81
steps {
82
82
script {
@@ -104,7 +104,7 @@ pipeline {
104
104
options { timeout(time : 20 , unit : ' MINUTES' ) }
105
105
106
106
environment {
107
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
107
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
108
108
}
109
109
110
110
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