hard code default values for parameters

Change-Id: I4ebb8b8cbc869dbd3cadd34a98c2273fbcb39191
diff --git a/jjb/onos/onos-buck-gerrit.yaml b/jjb/onos/onos-buck-gerrit.yaml
index 8ee79cd..857b1e0 100644
--- a/jjb/onos/onos-buck-gerrit.yaml
+++ b/jjb/onos/onos-buck-gerrit.yaml
@@ -11,10 +11,11 @@
 
     parameters:
       - lf-infra-parameters:
-          project: '{project}'
-          stream: '{stream}'
-          branch: '{branch}'
-          lftools-version: '{lftools-version}'
+          # TODO - this is a hack, figure out how to get these from defaults.yaml
+          project: 'onos'
+          stream: 'master'
+          branch: 'master'
+          lftools-version: '<1.0.0'
 
     #TODO(BOC): use the build node from the project
     #FIXME figure out how to run this on a slave
@@ -65,8 +66,6 @@
     project-name: 'onos'
 
     jobs:
-    - 'onos-buck-gerrit':
-       templates:
-          - basebuild
+    - 'onos-buck-gerrit'