File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pipeline {
31
31
}
32
32
options { timeout(time : 30 , unit : ' MINUTES' ) }
33
33
environment {
34
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
34
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
35
35
}
36
36
steps {
37
37
script {
@@ -59,7 +59,7 @@ pipeline {
59
59
}
60
60
options { timeout(time : 30 , unit : ' MINUTES' ) }
61
61
environment {
62
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
62
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
63
63
}
64
64
steps {
65
65
script {
@@ -78,7 +78,7 @@ pipeline {
78
78
}
79
79
options { timeout(time : 30 , unit : ' MINUTES' ) }
80
80
environment {
81
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
81
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
82
82
}
83
83
steps {
84
84
script {
@@ -107,7 +107,7 @@ pipeline {
107
107
options { timeout(time : 20 , unit : ' MINUTES' ) }
108
108
109
109
environment {
110
- ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c ' )
110
+ ARTIFACTORY = credentials(" ${ p['artifactory.credentials'] } " )
111
111
}
112
112
113
113
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 -
26
26
# Credentials
27
27
docker.registry =
28
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