We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b410d commit f8b86f4Copy full SHA for f8b86f4
Jenkinsfile
@@ -26,6 +26,7 @@ pipeline {
26
27
environment {
28
DOCKER_HUB = credentials('hub.docker.com-springbuildmaster')
29
+ ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
30
}
31
32
steps {
@@ -57,6 +58,7 @@ pipeline {
57
58
59
60
61
62
63
64
@@ -80,6 +82,7 @@ pipeline {
80
82
81
83
84
85
86
87
88
0 commit comments