summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2019-02-20 23:31:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-20 23:31:38 +0000
commit95d0fc5ab45e55ee47b3bb2b39b811bd7dd0878f (patch)
tree30554d3e8c63f2e4bfcc6f553756a9fc07690880
parent5d5b446993cc2171a78321227ab4ca29fdbc1ae7 (diff)
parent2c4f04abdedffd2f9d05838808177a761a968902 (diff)
Merge "Hardcode Jenkins Credential ID for Git Clones"
-rw-r--r--jjb/global/releng-macros.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global/releng-macros.yaml b/jjb/global/releng-macros.yaml
index 2f156cdb3..882567734 100644
--- a/jjb/global/releng-macros.yaml
+++ b/jjb/global/releng-macros.yaml
@@ -101,7 +101,7 @@
name: git-scm
scm:
- git: &git-scm-defaults
- credentials-id: '$SSH_CREDENTIAL_ID'
+ credentials-id: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
url: '$GIT_BASE'
branches:
- 'origin/$BRANCH'
@@ -136,7 +136,7 @@
name: git-scm-with-submodules
scm:
- git:
- credentials-id: '$SSH_CREDENTIAL_ID'
+ credentials-id: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
url: '$GIT_BASE'
refspec: ''
branches: