From 0f8bd836b9b6d1017a5564cc0e9a3beae4736436 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 28 Jun 2018 13:45:51 -0700 Subject: 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 --- jjb/releng/releng-release-jobs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb') 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: -- cgit 1.2.3-korg