From 3d9dad406836560c532eddd0842f9af1be35de61 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 12 Aug 2015 18:38:06 +0200 Subject: Adjust GIT_BASE for fuel and apex verify/merge jobs Verify and merge jobs are tied to a none-LF server and GIT_BASE should be https instead of ssh JIRA: OCTO-118 OCTO-120 Change-Id: I38b56eb081ccf42c19b15b4913ced6ed13a08782 Signed-off-by: Fatih Degirmenci --- jjb/apex/apex.yml | 9 +++++++++ jjb/fuel/fuel.yml | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 6420ec602..46e578b6e 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -31,6 +31,11 @@ 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}' @@ -86,6 +91,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: diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index 169490924..e108051ea 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -31,6 +31,11 @@ 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}' @@ -86,6 +91,11 @@ 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: -- cgit 1.2.3-korg