From: Andrew Grimberg Date: Thu, 16 Mar 2017 19:33:21 +0000 (-0700) Subject: Update Gerrit credentials X-Git-Tag: 1.0.0-Amsterdam~561 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7d5be57630be52c4312dafa7c0581c8916216a90;p=ci-management.git Update Gerrit credentials Scrubbing ecomp from the username for the Jenkins to Gerrit connection Change-Id: Ia1ad35111bd2a3bed38549851917fb055d176a4a Signed-off-by: Andrew Grimberg --- 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