[VOL-5010] - Clone unit tests to run on a v2.12 branch

jjb/voltha-test/voltha.yaml
---------------------------
  o Clone 2.11 tests into 2.12

vars/installVoltctl.groovy
--------------------------
  o Version update pending on tool deployment.

jjb/pipeline/voltha/makefile
jjb/pipeline/voltha/master/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.11/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.11/physical-build.groovy
jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.12/physical-build.groovy
-----------------------------------------------------
  o Clone master test scripts onto a release branch.
  o Update to remove branch=master dependencies.

jjb/repos/voltha-helm-charts.yaml
---------------------------------
  o Add pipeline job set voltha-2.12
  o Remove jobset voltha-2.8

jjb/software-upgrades.yaml
--------------------------
  o Clone v2.11 defintions into v2.12
  o Rename *-new and *-old into *-master and *-2.8
  o Comment out 2.8 pipeline entries.

jjb/verify/bbsim-sadis-server.yaml
jjb/verify/bbsim.yaml
jjb/verify/ofagent-go.yaml
jjb/verify/voltha-api-server.yaml
jjb/verify/voltha-go.yaml
jjb/verify/voltha-onos.yaml
jjb/verify/voltha-openolt-adapter.yaml
jjb/verify/voltha-openolt-adapter-go.yaml
jjb/verify/voltha-system-tests.yaml
jjb/voltha-e2e.yaml
jjb/voltha-scale.yaml
jjb/voltha-test/voltha-certification.yaml
jjb/voltha-test/voltha.yaml
-----------------------------------------
  o Add job definitions for v2.12
  o Del job definitions for v2.8

Revisit version strings post publishing:
  o [VOL-5082] revisit the deploy base tag versions
  o [VOL-5083] jjb/voltha-scale.yaml

Change-Id: I3bbe01bbbcb068fc63ca1fd6d07d7da3d25d007c
diff --git a/jjb/software-upgrades.yaml b/jjb/software-upgrades.yaml
index d8bd148..9076026 100644
--- a/jjb/software-upgrades.yaml
+++ b/jjb/software-upgrades.yaml
@@ -8,7 +8,7 @@
     project-name: '{name}'
 
     jobs:
-      - 'software-upgrades-test-new':
+      - 'software-upgrades-test-master':
           name: 'periodic-software-upgrade-test-bbsim'
           pipeline-script: 'voltha/master/software-upgrades.groovy'
           build-node: 'ubuntu18.04-basebuild-8c-15g'
@@ -39,6 +39,44 @@
           onu-image-crc: '0'
           time-trigger: "H H/23 * * *"
 
+# -----------------------------------------------------------------------
+# https://docs.voltha.org/master/release_notes/voltha_2.12.html#id7
+# https://wiki.opennetworking.org/display/VOLTHA/v2.12+Deployments
+# -----------------------------------------------------------------------
+      - 'software-upgrades-test-voltha-2.12':
+          name: 'periodic-software-upgrade-test-bbsim-2.12'
+          pipeline-script: 'voltha/voltha-2.12/software-upgrades.groovy'
+          build-node: 'ubuntu18.04-basebuild-8c-15g'
+          code-branch: 'voltha-2.12'
+          aaa-version: '2.10.3'
+          aaa-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/2.10.3/aaa-app-2.10.3.oar'
+          olt-version: '5.2.4'
+          olt-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/5.2.4/olt-app-5.2.4.oar'
+          dhcpl2relay-version: '2.10.0'
+          dhcpl2relay-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/2.10.0/dhcpl2relay-app-2.10.0.oar'
+          igmpproxy-version: '2.8.0'
+          igmpproxy-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/onos-app-igmpproxy-app/2.8.0/onos-app-igmpproxy-app-2.8.0.oar'
+          sadis-version: '5.11.1'
+          sadis-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/5.11.1/sadis-app-5.11.1.oar'
+          mcast-version: '2.9.0'
+          mcast-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/mcast-app/2.9.0/mcast-app-2.9.0.oar'
+          kafka-version: '2.12.0'
+          kafka-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/kafka/2.12.0/kafka-2.12.0.oar'
+          openolt-adapter-deploy-base-tag: '4.2.6'
+          openonu-adapter-deploy-base-tag: '2.2.8'
+          rw-core-deploy-base-tag: '3.1.8'
+          ofagent-deploy-base-tag: '2.1.2'
+          onu-image-version: 'BBSM_IMG_00002'
+          onu-image-url: 'http://bbsim0:50074/images/software-image.img'
+          onu-image-vendor: 'BBSM'
+          onu-image-activate-on-success: 'false'
+          onu-image-commit-on-success: 'false'
+          onu-image-crc: '0'
+          time-trigger: "H H/23 * * *"
+
+# -----------------------------------------------------------------------         
+# https://docs.voltha.org/master/release_notes/voltha_2.11.html#onos-apps
+# -----------------------------------------------------------------------         
       - 'software-upgrades-test-voltha-2.11':
           name: 'periodic-software-upgrade-test-bbsim-2.11'
           pipeline-script: 'voltha/voltha-2.11/software-upgrades.groovy'
@@ -70,40 +108,42 @@
           onu-image-crc: '0'
           time-trigger: "H H/23 * * *"
 
-      - 'software-upgrades-test-old':
-          name: 'periodic-software-upgrade-test-bbsim-2.8'
-          pipeline-script: 'voltha/voltha-2.8/software-upgrades.groovy'
-          build-node: 'ubuntu18.04-basebuild-8c-15g'
-          code-branch: 'voltha-2.8'
-          aaa-version: '2.4.0'
-          aaa-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/2.4.0/aaa-app-2.4.0.oar'
-          olt-version: '4.5.0'
-          olt-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/4.5.0/olt-app-4.5.0.oar'
-          dhcpl2relay-version: '2.5.0'
-          dhcpl2relay-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/2.5.0/dhcpl2relay-app-2.5.0.oar'
-          igmpproxy-version: '2.3.0'
-          igmpproxy-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/onos-app-igmpproxy-app/2.3.0/onos-app-igmpproxy-app-2.3.0.oar'
-          sadis-version: '5.4.0'
-          sadis-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/5.4.0/sadis-app-5.4.0.oar'
-          mcast-version: '2.4.0'
-          mcast-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/mcast-app/2.4.0/mcast-app-2.4.0.oar'
-          kafka-version: '2.7.0'
-          kafka-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/kafka/2.7.0/kafka-2.7.0.oar'
-          adapter-open-olt-image: 'voltha/voltha-openolt-adapter:3.5.12'
-          adapter-open-onu-image: 'voltha/voltha-openonu-adapter-go:1.3.28'
-          rw-core-image: 'voltha/voltha-rw-core:2.9.6'
-          ofagent-image: 'voltha/voltha-ofagent-go:1.6.5'
-          onu-image-version: 'BBSM_IMG_00002'
-          onu-image-url: 'http://bbsim0:50074/images/software-image.img'
-          onu-image-vendor: 'BBSM'
-          onu-image-activate-on-success: 'false'
-          onu-image-commit-on-success: 'false'
-          onu-image-crc: '0'
-          time-trigger: "H H/23 * * *"
+#      - 'software-upgrades-test-2.8':
+#          name: 'periodic-software-upgrade-test-bbsim-2.8'
+#          pipeline-script: 'voltha/voltha-2.8/software-upgrades.groovy'
+#          build-node: 'ubuntu18.04-basebuild-8c-15g'
+#          code-branch: 'voltha-2.8'
+#          aaa-version: '2.4.0'
+#          aaa-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/2.4.0/aaa-app-2.4.0.oar'
+#          olt-version: '4.5.0'
+#          olt-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/4.5.0/olt-app-4.5.0.oar'
+#          dhcpl2relay-version: '2.5.0'
+#          dhcpl2relay-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/2.5.0/dhcpl2relay-app-2.5.0.oar'
+#          igmpproxy-version: '2.3.0'
+#          igmpproxy-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/onos-app-igmpproxy-app/2.3.0/onos-app-igmpproxy-app-2.3.0.oar'
+#          sadis-version: '5.4.0'
+#          sadis-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/5.4.0/sadis-app-5.4.0.oar'
+#          mcast-version: '2.4.0'
+#          mcast-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/mcast-app/2.4.0/mcast-app-2.4.0.oar'
+#          kafka-version: '2.7.0'
+#          kafka-oar-url: 'https://oss.sonatype.org/content/groups/public/org/opencord/kafka/2.7.0/kafka-2.7.0.oar'
+#          adapter-open-olt-image: 'voltha/voltha-openolt-adapter:3.5.12'
+#          adapter-open-onu-image: 'voltha/voltha-openonu-adapter-go:1.3.28'
+#          rw-core-image: 'voltha/voltha-rw-core:2.9.6'
+#          ofagent-image: 'voltha/voltha-ofagent-go:1.6.5'
+#          onu-image-version: 'BBSM_IMG_00002'
+#          onu-image-url: 'http://bbsim0:50074/images/software-image.img'
+#          onu-image-vendor: 'BBSM'
+#          onu-image-activate-on-success: 'false'
+#          onu-image-commit-on-success: 'false'
+#          onu-image-crc: '0'
+#          time-trigger: "H H/23 * * *"
 
+# -----------------------------------------------------------------------
 # to be used for voltha releases 2.9 onwards
+# -----------------------------------------------------------------------
 - job-template:
-    id: 'software-upgrades-test-new'
+    id: 'software-upgrades-test-master'
     name: '{name}'
     sandbox: true
     volthaSystemTestsChange: ''
@@ -298,7 +338,207 @@
                  TZ=America/Los_Angeles
                  {time-trigger}
 
+# -----------------------------------------------------------------------
+# -----------------------------------------------------------------------
+- job-template:
+    id: 'software-upgrades-test-voltha-2.12'
+    name: '{name}'
+    sandbox: true
+    volthaSystemTestsChange: ''
+    volthaHelmChartsChange: ''
+    kindVolthaChange: ''
+    logLevel: 'DEBUG'
+    logging: true
+
+    description: |
+      <!-- Managed by Jenkins Job Builder -->
+      Created by {id} job-template from ci-management/jjb/software-upgrades.yaml  <br /><br />
+      E2E Validation for Voltha 2.X
+    properties:
+      - onf-infra-volthadevs-permissions
+      - cord-infra-properties:
+          build-days-to-keep: '{build-days-to-keep}'
+          artifact-num-to-keep: '{artifact-num-to-keep}'
+
+    wrappers:
+      - lf-infra-wrappers:
+          build-timeout: '{build-timeout}'
+          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+    parameters:
+      - string:
+          name: buildNode
+          default: '{build-node}'
+          description: 'Name of the Jenkins node to run the job on'
+
+      - string:
+          name: extraHelmFlags
+          default: ''
+          description: 'Helm flags to pass to every helm install command'
+
+      - string:
+          name: volthaSystemTestsChange
+          default: ''
+          description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
+
+      - string:
+          name: volthaHelmChartsChange
+          default: ''
+          description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
+
+      - string:
+          name: branch
+          default: '{code-branch}'
+          description: 'Name of the branch to use'
+
+      - string:
+          name: onosImg
+          default: ''
+          description: 'ONOS Image to use'
+
+      - string:
+          name: aaaVer
+          default: '{aaa-version}'
+          description: 'ONOS AAA App Version to Test Upgrade'
+
+      - string:
+          name: aaaOarUrl
+          default: '{aaa-oar-url}'
+          description: 'ONOS AAA App OAR File Url'
+
+      - string:
+          name: oltVer
+          default: '{olt-version}'
+          description: 'ONOS OLT App Version to Test Upgrade'
+
+      - string:
+          name: oltOarUrl
+          default: '{olt-oar-url}'
+          description: 'ONOS OLT App OAR File Url'
+
+      - string:
+          name: dhcpl2relayVer
+          default: '{dhcpl2relay-version}'
+          description: 'ONOS DHCP L2 Relay App Version to Test Upgrade'
+
+      - string:
+          name: dhcpl2relayOarUrl
+          default: '{dhcpl2relay-oar-url}'
+          description: 'ONOS DHCP L2 Relay App OAR File Url'
+
+      - string:
+          name: igmpproxyVer
+          default: '{igmpproxy-version}'
+          description: 'ONOS Igmp Proxy App Version to Test Upgrade'
+
+      - string:
+          name: igmpproxyOarUrl
+          default: '{igmpproxy-oar-url}'
+          description: 'ONOS Igmp Proxy App OAR File Url'
+
+      - string:
+          name: sadisVer
+          default: '{sadis-version}'
+          description: 'ONOS Sadis App Version to Test Upgrade'
+
+      - string:
+          name: sadisOarUrl
+          default: '{sadis-oar-url}'
+          description: 'ONOS Sadis App OAR File Url'
+
+      - string:
+          name: mcastVer
+          default: '{mcast-version}'
+          description: 'ONOS MCast App Version to Test Upgrade'
+
+      - string:
+          name: mcastOarUrl
+          default: '{mcast-oar-url}'
+          description: 'ONOS MCast App OAR File Url'
+
+      - string:
+          name: kafkaVer
+          default: '{kafka-version}'
+          description: 'ONOS Kafka App Version to Test Upgrade'
+
+      - string:
+          name: kafkaOarUrl
+          default: '{kafka-oar-url}'
+          description: 'ONOS Kafka App OAR File Url'
+
+      - string:
+          name: openoltAdapterDeployBaseTag
+          default: '{openolt-adapter-deploy-base-tag}'
+          description: 'Minimum Version of OpenOLT Adapter to be used for Deployment'
+
+      - string:
+          name: openonuAdapterDeployBaseTag
+          default: '{openonu-adapter-deploy-base-tag}'
+          description: 'Minimum Version of OpenONU Adapter to be used for Deployment'
+
+      - string:
+          name: rwCoreDeployBaseTag
+          default: '{rw-core-deploy-base-tag}'
+          description: 'Minimum Version of RW Core to be used for Deployment'
+
+      - string:
+          name: ofagentDeployBaseTag
+          default: '{ofagent-deploy-base-tag}'
+          description: 'Minimum Version of Ofagent to be used for Deployment'
+
+      - string:
+          name: onuImageVersion
+          default: '{onu-image-version}'
+          description: 'Version of ONU Image to Upgrade'
+
+      - string:
+          name: onuImageUrl
+          default: '{onu-image-url}'
+          description: 'Url of ONU Image to Upgrade'
+
+      - string:
+          name: onuImageVendor
+          default: '{onu-image-vendor}'
+          description: 'Vendor of ONU Image to Upgrade'
+
+      - string:
+          name: onuImageActivateOnSuccess
+          default: '{onu-image-activate-on-success}'
+          description: 'Activate ONU Image'
+
+      - string:
+          name: onuImageCommitOnSuccess
+          default: '{onu-image-commit-on-success}'
+          description: 'Commit ONU Image'
+
+      - string:
+          name: onuImageCrc
+          default: '{onu-image-crc}'
+          description: 'CRC of ONU Image to Upgrade'
+
+      - string:
+          name: logLevel
+          default: '{logLevel}'
+          description: 'Log level for all the components'
+
+      - bool:
+          name: logging
+          default: '{logging}'
+          description: 'Option to collect voltha components logs per test case'
+
+    project-type: pipeline
+    concurrent: true
+
+    dsl: !include-raw-escape: pipeline/{pipeline-script}
+
+    triggers:
+      - timed: |
+                 TZ=America/Los_Angeles
+                 {time-trigger}
+
+# -----------------------------------------------------------------------
 # to be used for voltha releases 2.9 onwards
+# -----------------------------------------------------------------------
 - job-template:
     id: 'software-upgrades-test-voltha-2.11'
     name: '{name}'
@@ -495,207 +735,209 @@
                  TZ=America/Los_Angeles
                  {time-trigger}
 
+# -----------------------------------------------------------------------
 # to be used for voltha release 2.8
-- job-template:
-    id: 'software-upgrades-test-old'
-    name: '{name}'
-    sandbox: true
-    volthaSystemTestsChange: ''
-    volthaHelmChartsChange: ''
-    kindVolthaChange: ''
-    logLevel: 'DEBUG'
-    logging: true
-
-    description: |
-      <!-- Managed by Jenkins Job Builder -->
-      Created by {id} job-template from ci-management/jjb/software-upgrades.yaml  <br /><br />
-      E2E Validation for Voltha 2.X
-    properties:
-      - onf-infra-volthadevs-permissions
-      - cord-infra-properties:
-          build-days-to-keep: '{build-days-to-keep}'
-          artifact-num-to-keep: '{artifact-num-to-keep}'
-
-    wrappers:
-      - lf-infra-wrappers:
-          build-timeout: '{build-timeout}'
-          jenkins-ssh-credential: '{jenkins-ssh-credential}'
-
-    parameters:
-      - string:
-          name: buildNode
-          default: '{build-node}'
-          description: 'Name of the Jenkins node to run the job on'
-
-      - string:
-          name: extraHelmFlags
-          default: ''
-          description: 'Helm flags to pass to every helm install command'
-
-      - string:
-          name: volthaSystemTestsChange
-          default: ''
-          description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
-
-      - string:
-          name: volthaHelmChartsChange
-          default: ''
-          description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
-
-      - string:
-          name: branch
-          default: '{code-branch}'
-          description: 'Name of the branch to use'
-
-      # deprecated params (not used in master, remove after 2.6 support is dropped)
-      - string:
-          name: kindVolthaChange
-          default: ''
-          description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
-
-      - string:
-          name: onosImg
-          default: ''
-          description: 'ONOS Image to use'
-
-      - string:
-          name: aaaVer
-          default: '{aaa-version}'
-          description: 'ONOS AAA App Version to Test Upgrade'
-
-      - string:
-          name: aaaOarUrl
-          default: '{aaa-oar-url}'
-          description: 'ONOS AAA App OAR File Url'
-
-      - string:
-          name: oltVer
-          default: '{olt-version}'
-          description: 'ONOS OLT App Version to Test Upgrade'
-
-      - string:
-          name: oltOarUrl
-          default: '{olt-oar-url}'
-          description: 'ONOS OLT App OAR File Url'
-
-      - string:
-          name: dhcpl2relayVer
-          default: '{dhcpl2relay-version}'
-          description: 'ONOS DHCP L2 Relay App Version to Test Upgrade'
-
-      - string:
-          name: dhcpl2relayOarUrl
-          default: '{dhcpl2relay-oar-url}'
-          description: 'ONOS DHCP L2 Relay App OAR File Url'
-
-      - string:
-          name: igmpproxyVer
-          default: '{igmpproxy-version}'
-          description: 'ONOS Igmp Proxy App Version to Test Upgrade'
-
-      - string:
-          name: igmpproxyOarUrl
-          default: '{igmpproxy-oar-url}'
-          description: 'ONOS Igmp Proxy App OAR File Url'
-
-      - string:
-          name: sadisVer
-          default: '{sadis-version}'
-          description: 'ONOS Sadis App Version to Test Upgrade'
-
-      - string:
-          name: sadisOarUrl
-          default: '{sadis-oar-url}'
-          description: 'ONOS Sadis App OAR File Url'
-
-      - string:
-          name: mcastVer
-          default: '{mcast-version}'
-          description: 'ONOS MCast App Version to Test Upgrade'
-
-      - string:
-          name: mcastOarUrl
-          default: '{mcast-oar-url}'
-          description: 'ONOS MCast App OAR File Url'
-
-      - string:
-          name: kafkaVer
-          default: '{kafka-version}'
-          description: 'ONOS Kafka App Version to Test Upgrade'
-
-      - string:
-          name: kafkaOarUrl
-          default: '{kafka-oar-url}'
-          description: 'ONOS Kafka App OAR File Url'
-
-      - string:
-          name: adapterOpenOltImage
-          default: '{adapter-open-olt-image}'
-          description: 'Voltha Adapter Open OLT Component Image'
-
-      - string:
-          name: adapterOpenOnuImage
-          default: '{adapter-open-onu-image}'
-          description: 'Voltha Adapter Open ONU Component Image'
-
-      - string:
-          name: rwCoreImage
-          default: '{rw-core-image}'
-          description: 'Voltha RW Core Component Image'
-
-      - string:
-          name: ofAgentImage
-          default: '{ofagent-image}'
-          description: 'Voltha Ofagent Component Image'
-
-      - string:
-          name: onuImageVersion
-          default: '{onu-image-version}'
-          description: 'Version of ONU Image to Upgrade'
-
-      - string:
-          name: onuImageUrl
-          default: '{onu-image-url}'
-          description: 'Url of ONU Image to Upgrade'
-
-      - string:
-          name: onuImageVendor
-          default: '{onu-image-vendor}'
-          description: 'Vendor of ONU Image to Upgrade'
-
-      - string:
-          name: onuImageActivateOnSuccess
-          default: '{onu-image-activate-on-success}'
-          description: 'Activate ONU Image'
-
-      - string:
-          name: onuImageCommitOnSuccess
-          default: '{onu-image-commit-on-success}'
-          description: 'Commit ONU Image'
-
-      - string:
-          name: onuImageCrc
-          default: '{onu-image-crc}'
-          description: 'CRC of ONU Image to Upgrade'
-
-      - string:
-          name: logLevel
-          default: '{logLevel}'
-          description: 'Log level for all the components'
-
-      - bool:
-          name: logging
-          default: '{logging}'
-          description: 'Option to collect voltha components logs per test case'
-
-    project-type: pipeline
-    concurrent: true
-
-    dsl: !include-raw-escape: pipeline/{pipeline-script}
-
-    triggers:
-      - timed: |
-                 TZ=America/Los_Angeles
-                 {time-trigger}
+# -----------------------------------------------------------------------
+# - job-template:
+#    id: 'software-upgrades-test-2.8'
+#    name: '{name}'
+#    sandbox: true
+#    volthaSystemTestsChange: ''
+#    volthaHelmChartsChange: ''
+#    kindVolthaChange: ''
+#    logLevel: 'DEBUG'
+#    logging: true
+#
+#    description: |
+#      <!-- Managed by Jenkins Job Builder -->
+#      Created by {id} job-template from ci-management/jjb/software-upgrades.yaml  <br /><br />
+#      E2E Validation for Voltha 2.X
+#    properties:
+#      - onf-infra-volthadevs-permissions
+#      - cord-infra-properties:
+#          build-days-to-keep: '{build-days-to-keep}'
+#          artifact-num-to-keep: '{artifact-num-to-keep}'
+#
+#    wrappers:
+#      - lf-infra-wrappers:
+#          build-timeout: '{build-timeout}'
+#          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+#
+#    parameters:
+#      - string:
+#          name: buildNode
+#          default: '{build-node}'
+#          description: 'Name of the Jenkins node to run the job on'
+#
+#      - string:
+#          name: extraHelmFlags
+#          default: ''
+#          description: 'Helm flags to pass to every helm install command'
+#
+#      - string:
+#          name: volthaSystemTestsChange
+#          default: ''
+#          description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
+#
+#      - string:
+#          name: volthaHelmChartsChange
+#          default: ''
+#          description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
+#
+#      - string:
+#          name: branch
+#          default: '{code-branch}'
+#          description: 'Name of the branch to use'
+#
+#      # deprecated params (not used in master, remove after 2.6 support is dropped)
+#      - string:
+#          name: kindVolthaChange
+#          default: ''
+#          description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
+#
+#      - string:
+#          name: onosImg
+#          default: ''
+#          description: 'ONOS Image to use'
+#
+#      - string:
+#          name: aaaVer
+#          default: '{aaa-version}'
+#          description: 'ONOS AAA App Version to Test Upgrade'
+#
+#      - string:
+#          name: aaaOarUrl
+#          default: '{aaa-oar-url}'
+#          description: 'ONOS AAA App OAR File Url'
+#
+#      - string:
+#          name: oltVer
+#          default: '{olt-version}'
+#          description: 'ONOS OLT App Version to Test Upgrade'
+#
+#      - string:
+#          name: oltOarUrl
+#          default: '{olt-oar-url}'
+#          description: 'ONOS OLT App OAR File Url'
+#
+#      - string:
+#          name: dhcpl2relayVer
+#          default: '{dhcpl2relay-version}'
+#          description: 'ONOS DHCP L2 Relay App Version to Test Upgrade'
+#
+#      - string:
+#          name: dhcpl2relayOarUrl
+#          default: '{dhcpl2relay-oar-url}'
+#          description: 'ONOS DHCP L2 Relay App OAR File Url'
+#
+#      - string:
+#          name: igmpproxyVer
+#          default: '{igmpproxy-version}'
+#          description: 'ONOS Igmp Proxy App Version to Test Upgrade'
+#
+#      - string:
+#          name: igmpproxyOarUrl
+#          default: '{igmpproxy-oar-url}'
+#          description: 'ONOS Igmp Proxy App OAR File Url'
+#
+#      - string:
+#          name: sadisVer
+#          default: '{sadis-version}'
+#          description: 'ONOS Sadis App Version to Test Upgrade'
+#
+#      - string:
+#          name: sadisOarUrl
+#          default: '{sadis-oar-url}'
+#          description: 'ONOS Sadis App OAR File Url'
+#
+#      - string:
+#          name: mcastVer
+#          default: '{mcast-version}'
+#          description: 'ONOS MCast App Version to Test Upgrade'
+#
+#      - string:
+#          name: mcastOarUrl
+#          default: '{mcast-oar-url}'
+#          description: 'ONOS MCast App OAR File Url'
+#
+#      - string:
+#          name: kafkaVer
+#          default: '{kafka-version}'
+#          description: 'ONOS Kafka App Version to Test Upgrade'
+#
+#      - string:
+#          name: kafkaOarUrl
+#          default: '{kafka-oar-url}'
+#          description: 'ONOS Kafka App OAR File Url'
+#
+#      - string:
+#          name: adapterOpenOltImage
+#          default: '{adapter-open-olt-image}'
+#          description: 'Voltha Adapter Open OLT Component Image'
+#
+#      - string:
+#          name: adapterOpenOnuImage
+#          default: '{adapter-open-onu-image}'
+#          description: 'Voltha Adapter Open ONU Component Image'
+#
+#      - string:
+#          name: rwCoreImage
+#          default: '{rw-core-image}'
+#          description: 'Voltha RW Core Component Image'
+#
+#      - string:
+#          name: ofAgentImage
+#          default: '{ofagent-image}'
+#          description: 'Voltha Ofagent Component Image'
+#
+#      - string:
+#          name: onuImageVersion
+#          default: '{onu-image-version}'
+#          description: 'Version of ONU Image to Upgrade'
+#
+#      - string:
+#          name: onuImageUrl
+#          default: '{onu-image-url}'
+#          description: 'Url of ONU Image to Upgrade'
+#
+#      - string:
+#          name: onuImageVendor
+#          default: '{onu-image-vendor}'
+#          description: 'Vendor of ONU Image to Upgrade'
+#
+#      - string:
+#          name: onuImageActivateOnSuccess
+#          default: '{onu-image-activate-on-success}'
+#          description: 'Activate ONU Image'
+#
+#      - string:
+#          name: onuImageCommitOnSuccess
+#          default: '{onu-image-commit-on-success}'
+#          description: 'Commit ONU Image'
+#
+#      - string:
+#          name: onuImageCrc
+#          default: '{onu-image-crc}'
+#          description: 'CRC of ONU Image to Upgrade'
+#
+#      - string:
+#          name: logLevel
+#          default: '{logLevel}'
+#          description: 'Log level for all the components'
+#
+#      - bool:
+#          name: logging
+#          default: '{logging}'
+#          description: 'Option to collect voltha components logs per test case'
+#
+#    project-type: pipeline
+#    concurrent: true
+#
+#    dsl: !include-raw-escape: pipeline/{pipeline-script}
+#
+#    triggers:
+#      - timed: |
+#                 TZ=America/Los_Angeles
+#                 {time-trigger}
 
 # [EOF]