Creating pipeline to validate new BBSim stability

Change-Id: I6eee6130a8ae2027c58d142036c7ef995744221e
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 4930be0..34e39c9 100644
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -11,6 +11,10 @@
           name: 'voltha-system-tests'
           pipeline: 'voltha-go-tests.groovy'
           default-image-tag: 'voltha-2.1'
+    - 'voltha-periodic-test-new-bbsim':
+          name: 'voltha-system-tests-new-bbsim'
+          pipeline: 'voltha-go-tests-new-bbsim.groovy'
+          default-image-tag: 'voltha-2.1'
     - 'voltha-periodic-test':
           name: 'voltha-system-tests-master'
           pipeline: 'voltha-go-tests.groovy'
@@ -77,6 +81,61 @@
                  H/30 * * * *
 
 - job-template:
+    id: 'voltha-periodic-test-new-bbsim'
+    name: '{name}'
+
+    description: |
+      <!-- Managed by Jenkins Job Builder -->
+      Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml  <br /><br />
+      E2E Validation for Voltha 2.X and the new BBSim
+
+    properties:
+      - 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: executorNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
+
+      - string:
+          name: numOnus
+          default: '1'
+          description: 'Number of onus per pon port'
+
+      - string:
+          name: testTimeout
+          default: '90'
+          description: 'timeout for olt/onu validations'
+
+      - string:
+          name: testTags
+          default: '-e notready'
+          description: 'test tags'
+
+      - string:
+          name: extraHelmFlags
+          default: '--set defaults.image_tag={default-image-tag}'
+          description: 'Helm flags to pass to ./voltha up'
+
+    project-type: pipeline
+    concurrent: false
+
+    dsl: !include-raw-escape: pipeline/{pipeline}
+
+    triggers:
+       - timed: |
+                 TZ=America/Los_Angeles
+                 H/30 * * * *
+
+- job-template:
     id: 'voltha-patch-test'
     name: '{project}_sanity-system-test'