Skip to content

Commit f8b86f4

Browse files
committed
Polishing.
1 parent 77b410d commit f8b86f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pipeline {
2626

2727
environment {
2828
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
29+
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
2930
}
3031

3132
steps {
@@ -57,6 +58,7 @@ pipeline {
5758

5859
environment {
5960
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
61+
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
6062
}
6163

6264
steps {
@@ -80,6 +82,7 @@ pipeline {
8082

8183
environment {
8284
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
85+
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
8386
}
8487

8588
steps {

0 commit comments

Comments
 (0)