diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-16 12:33:21 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-16 12:33:21 -0700 |
commit | 7d5be57630be52c4312dafa7c0581c8916216a90 (patch) | |
tree | 3f062f2ce18b8fda42b0864a9971a5a67a6a171a | |
parent | ccdcf7aa30bceb488bd73b59b15b4254f0883974 (diff) |
Update Gerrit credentials
Scrubbing ecomp from the username for the Jenkins to Gerrit connection
Change-Id: Ia1ad35111bd2a3bed38549851917fb055d176a4a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | jjb/global-macros.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index f4c1a2c83..78f9e2ecb 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -204,7 +204,7 @@ name: git-scm scm: - git: - credentials-id: 'ecomp-jenkins-ssh' + credentials-id: 'onap-jenkins-ssh' url: '$GIT_BASE' refspec: '' branches: @@ -217,7 +217,7 @@ name: gerrit-trigger-scm scm: - git: - credentials-id: 'ecomp-jenkins-ssh' + credentials-id: 'onap-jenkins-ssh' url: '$GIT_BASE' refspec: '{refspec}' branches: @@ -230,7 +230,7 @@ name: gerrit-trigger-scm-basedir scm: - git: - credentials-id: 'ecomp-jenkins-ssh' + credentials-id: 'onap-jenkins-ssh' url: '$GIT_BASE' refspec: '{refspec}' branches: @@ -244,7 +244,7 @@ name: git-branch-scm scm: - git: - credentials-id: 'ecomp-jenkins-ssh' + credentials-id: 'onap-jenkins-ssh' url: '$GIT_BASE' refspec: '' branches: @@ -257,7 +257,7 @@ name: git-extra-project scm: - git: - credentials-id: 'ecomp-jenkins-ssh' + credentials-id: 'onap-jenkins-ssh' url: '$GIT_NO_PROJECT/{project}' refspec: '{refspec}' branches: @@ -367,6 +367,6 @@ fail: true - ssh-agent-credentials: users: - - 'ecomp-jenkins-ssh' + - 'onap-jenkins-ssh' - openstack: single-use: true |