set pipeline-branch and pipeline-script for all job definitions

* the change with the ID I5cbbddf25b84a9ad75430015dbe8b1d322e29044
  switched most jobs from using pipeline scripts via dsl to pulling
  them in via git
* in the aforementioned change, some pipeline definitions where missed,
  especially in the jjb/verify, jjb/repos directories and
  voltha-e2e.yaml file
* in addition to those, some pipelines in jjb/voltha-test/voltha.yaml
  did not have any pipeline-script set and where therefore missed during
  the refactoring as well
* this commit should repair all of the mentioned pipeline definitions by
  always setting pipeline-branch and pipeline-script (except for jobs
  which are commented out) in those files

Signed-off-by: Jan Klare <jan.klare@bisdn.de>
Change-Id: Ic3683b560c93e1bcfcaa2e895ded6a4b4e3c7ed8
Signed-off-by: Jan Klare <jan.klare@bisdn.de>
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 55ffd2e..0b01f31 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -453,6 +453,7 @@
           disable-job: true
           release: 'voltha-2.11'
           branch: 'voltha-2.11'
+          pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
           pipeline-branch: 'voltha-2.11'
           name-extension: '_TT'
           work-flow: 'TT'
@@ -469,6 +470,7 @@
           disable-job: true
           release: 'voltha-2.12'
           branch: 'voltha-2.12'
+          pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
           pipeline-branch: 'voltha-2.12'
           name-extension: '_TT'
           work-flow: 'TT'
@@ -662,6 +664,7 @@
           work-flow: 'DT'
           release: '2.11'
           branch: 'voltha-2.11'
+          pipeline-script: 'voltha/voltha-2.11/dmi-build-and-test.groovy'
           pipeline-branch: 'voltha-2.11'
           profile: 'Default'
           installVolthaInfra: true
@@ -686,6 +689,7 @@
           work-flow: 'DT'
           release: '2.12'
           branch: 'voltha-2.12'
+          pipeline-script: 'voltha/voltha-2.12/dmi-build-and-test.groovy'
           pipeline-branch: 'voltha-2.12'
           profile: 'Default'
           installVolthaInfra: true