summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-28 13:45:51 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-28 13:45:51 -0700
commit0f8bd836b9b6d1017a5564cc0e9a3beae4736436 (patch)
tree1444d45314fa4c969e5cea8025c2ec9e2125c214
parent067d29186db675852d300533c0bac7f477ffc840 (diff)
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 <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/releng/releng-release-jobs.yaml6
1 files changed, 3 insertions, 3 deletions
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: