Polishing.

Externalize artifactory credentials id.

See #423
This commit is contained in:
Mark Paluch
2022-02-21 15:06:25 +01:00
parent c0f4189713
commit 829f195b0e

4
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
}
options { timeout(time: 30, unit: 'MINUTES') }
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
}
steps {
script {
@@ -58,7 +58,7 @@ pipeline {
options { timeout(time: 20, unit: 'MINUTES') }
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
}
steps {