From: Fatih Degirmenci Date: Wed, 15 Apr 2015 12:42:31 +0000 (+0200) Subject: Fix GERRIT_BRANCH and GERRIT_REFSPEC for fuel-daily X-Git-Tag: arno.2015.1.0~117 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=125641406f2f56dc793d881c5bfe3b71d5eeaf68;p=releng.git Fix GERRIT_BRANCH and GERRIT_REFSPEC for fuel-daily JIRA: OCTO-3 Change-Id: I9bdcd32ed426dc0d0eb1427d2ad7836191210b03 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index d8d20fc8a..c9018750d 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -183,6 +183,14 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/genesis description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + - string: + name: GERRIT_BRANCH + default: origin/master + description: "Branch to build, deploy and test." + - string: + name: GERRIT_REFSPEC + default: refs/heads/master + description: "Refspec to retrieve." - string: name: GS_URL default: 'artifacts.opnfv.org/genesis/fuel'