summaryrefslogtreecommitdiffstats
path: root/jjb/doctor
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-04-17 14:50:34 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-04-17 14:50:34 +0200
commit5bf0e9399eafc11edb24b9820e4723f74a8c2a0e (patch)
treea6205aefa194888bf9de2f7b883bfa06bc0c77e7 /jjb/doctor
parentf3c923758ff758ba427377e1095d6436813a09a2 (diff)
Add GIT_BASE so git clone works correctly for doctor jobs
JIRA: OCTO-50 Change-Id: Ic04c9ecaf0f7caffea84aef4fac2e9aedea0e17a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/doctor')
-rw-r--r--jjb/doctor/.availability.yml.swpbin12288 -> 0 bytes
-rw-r--r--jjb/doctor/doctor.yml12
2 files changed, 12 insertions, 0 deletions
diff --git a/jjb/doctor/.availability.yml.swp b/jjb/doctor/.availability.yml.swp
deleted file mode 100644
index 7ca652091..000000000
--- a/jjb/doctor/.availability.yml.swp
+++ /dev/null
Binary files differ
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index e92330f71..54070aa32 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -51,6 +51,10 @@
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:
@@ -93,6 +97,10 @@
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}'
@@ -148,6 +156,10 @@
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: