Fix GERRIT_BRANCH and GERRIT_REFSPEC for fuel-daily 24/324/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 15 Apr 2015 12:42:31 +0000 (14:42 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 15 Apr 2015 12:42:31 +0000 (14:42 +0200)
JIRA: OCTO-3

Change-Id: I9bdcd32ed426dc0d0eb1427d2ad7836191210b03
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/genesis/genesis-fuel.yml

index d8d20fc..c901875 100644 (file)
             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'