creating bbsim-test job

Change-Id: I58279a8090b89ae1bba098c4903edabd83069171
diff --git a/jjb/bbsim-validation.yaml b/jjb/bbsim-validation.yaml
new file mode 100644
index 0000000..264c8da
--- /dev/null
+++ b/jjb/bbsim-validation.yaml
@@ -0,0 +1,50 @@
+---
+# bbsim test job
+
+- project:
+    name: bbsim-test
+
+    project-name: '{name}'
+
+    jobs:
+      - 'bbsim-validation'
+
+- job-template:
+    id: 'bbsim-validation'
+    name: 'BBSIM-Validation'
+
+    description: |
+      <!-- Managed by Jenkins Job Builder -->
+      Created by {id} job-template from ci-management/jjb/bbsim-validation.yaml  <br /><br />
+      Tests run for validation of BBSIM. Tests reside in the helm chart template
+
+    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: manifestUrl
+         default: '{gerrit-server-url}/{cord-repo-manifest}'
+         description: 'URL to the repo manifest'
+
+      - string:
+         name: manifestBranch
+         default: 'master'
+         description: 'Name of the repo branch to use'
+
+    project-type: pipeline
+    concurrent: false
+
+    dsl: !include-raw-escape: pipeline/bbsim-validation.groovy