We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647887 commit e2e2191Copy full SHA for e2e2191
Jenkinsfile
@@ -2,7 +2,6 @@
2
pipeline {
3
agent { label 'build-zenoss-product' }
4
environment {
5
- GIT_CREDENTIAL_ID = '59439429-e8f4-442a-ace7-122701c36e2b'
6
ASSEMBLY_BRANCH = "${sh(returnStdout: true, script: "cat ASSEMBLY").trim()}"
7
}
8
stages {
@@ -15,7 +14,7 @@ pipeline {
15
14
branches: [[name: ASSEMBLY_BRANCH]],
16
extensions: [[$class: 'LocalBranch', localBranch: ASSEMBLY_BRANCH]],
17
userRemoteConfigs: [[
18
- credentialsId: GIT_CREDENTIAL_ID,
+ credentialsId: env.GLOBAL_GIT_CREDENTIAL_ID,
19
url: 'https://github.com/zenoss/product-assembly'
20
]]
21
])
0 commit comments