Add GIT_BASE so git clone works correctly for doctor jobs 70/370/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 17 Apr 2015 12:50:34 +0000 (14:50 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 17 Apr 2015 12:50:34 +0000 (14:50 +0200)
JIRA: OCTO-50

Change-Id: Ic04c9ecaf0f7caffea84aef4fac2e9aedea0e17a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/doctor/.availability.yml.swp [deleted file]
jjb/doctor/doctor.yml

diff --git a/jjb/doctor/.availability.yml.swp b/jjb/doctor/.availability.yml.swp
deleted file mode 100644 (file)
index 7ca6520..0000000
Binary files a/jjb/doctor/.availability.yml.swp and /dev/null differ
index e92330f..54070aa 100644 (file)
     parameters:
         - project-parameter:
             project: '{project}'
+        - string:
+            name: GIT_BASE
+            default: 'https://gerrit.opnfv.org/gerrit/{project}'
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
 
     scm:
         - git-scm:
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: 'https://gerrit.opnfv.org/gerrit/{project}'
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: 'https://gerrit.opnfv.org/gerrit/{project}'
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
 
     scm:
         - gerrit-trigger-scm: