adding deb build parameter to pod jobs

Change-Id: Ib58426dd7ff5a29db4d1ed044babdabe9dfdf381
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index b3c2f98..e4ef9bc 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -24,5 +24,6 @@
          branch: 'master'
          scenario: ''
          Jenkinsfile: 'Jenkinsfile-attworkflow'
+         oltDebVersion: 'openolt-master.deb'
          time: '50'
          day: '1-31/2'
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 2516c9f..2072bd0 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -444,6 +444,11 @@
          description: 'The kubernetes deployment config file'
 
       - string:
+         name: oltDebVersion
+         default: ''
+         description: 'OLT Software version to install'
+
+      - string:
          name: branch
          default: '{branch}'
 
diff --git a/jjb/cord-test/rcord-lite.yaml b/jjb/cord-test/rcord-lite.yaml
index 3ddf057..72dd14c 100644
--- a/jjb/cord-test/rcord-lite.yaml
+++ b/jjb/cord-test/rcord-lite.yaml
@@ -28,6 +28,7 @@
          branch: 'cord-6.0'
          scenario: 'zerotouch'
          Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch'
+         oltDebVersion: 'openolt-1.4.deb'
          time: '0'
          day: '1-31/2'
 
@@ -39,6 +40,7 @@
          branch: 'cord-6.0'
          scenario: 'topdown'
          Jenkinsfile: 'Jenkinsfile-rcordlite-topdown'
+         oltDebVersion: 'openolt-1.4.deb'
          time: '0'
          day: '2-30/2'
 
@@ -52,6 +54,7 @@
          Jenkinsfile: 'Jenkinsfile-rcordlite'
          time: '0'
          day: '*'
+
      # flex ocp pod 2 kubernetes build jobs (rcord lite)
       - 'build_kube_pod_first':
          testvm: 'flex-pod2'