Fix Git URL Parameter for Release Merge Job 49/59249/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 20:45:51 +0000 (13:45 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 20:45:51 +0000 (13:45 -0700)
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>
jjb/releng/releng-release-jobs.yaml

index 0c059ee..c24cdb9 100644 (file)
       - 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: