We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f4189 commit 829f195Copy full SHA for 829f195
Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
31
}
32
options { timeout(time: 30, unit: 'MINUTES') }
33
environment {
34
- ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
+ ARTIFACTORY = credentials("${p['artifactory.credentials']}")
35
36
steps {
37
script {
@@ -58,7 +58,7 @@ pipeline {
58
options { timeout(time: 20, unit: 'MINUTES') }
59
60
61
62
63
64
0 commit comments