From: Trevor Bramwell Date: Thu, 28 Jun 2018 20:45:51 +0000 (-0700) Subject: Fix Git URL Parameter for Release Merge Job X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F59249%2F1;p=releng.git Fix Git URL Parameter for Release Merge Job This was incorrectly set to GIT_BASE, which includes the Project name, and should be set to GIT_URL, which does not. GIT_URL is used instead as each release file can contain multiple repos. Change-Id: I82b5e80f20f8999745cb5008c8057c81c4993574 Signed-off-by: Trevor Bramwell --- diff --git a/jjb/releng/releng-release-jobs.yaml b/jjb/releng/releng-release-jobs.yaml index 0c059ee9b..c24cdb91d 100644 --- a/jjb/releng/releng-release-jobs.yaml +++ b/jjb/releng/releng-release-jobs.yaml @@ -85,11 +85,11 @@ - project-parameter: project: '{project}' branch: 'master' - # Override GIT_BASE so we can send patches back to Gerrit and + # Override GIT_URL so we can send patches back to Gerrit and # modify repos - string: - name: GIT_BASE - default: ssh://$USER@gerrit.opnfv.org:29418/$PROJECT + name: GIT_URL + default: ssh://$USER@gerrit.opnfv.org:29418/ description: 'Git URL to use on this Jenkins Slave' scm: