updates from mcord -> omec ci/license jobs
Change-Id: Idb665c07e5dff38945a2a8cda4f62871b725f160
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
new file mode 100644
index 0000000..005339f
--- /dev/null
+++ b/jjb/omec-ci.yaml
@@ -0,0 +1,54 @@
+---
+# omec-ci job
+
+- project:
+ name: omec-ci
+ project-name: '{name}'
+
+ jobs:
+ - 'omec-ci'
+
+- job-template:
+ id: 'omec-ci'
+ name: omec-ci
+ project-type: pipeline
+
+ description: |
+ <!-- Managed by Jenkins Job Builder -->
+ Created by {id} job-template from ci-management/jjb/omec-ci.yaml <br /><br />
+
+ 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: TestNodeName
+ default: 'intel'
+ description: 'Name of the Jenkins node to run the job on'
+
+ - string:
+ name: branch
+ default: 'master'
+ description: ''
+
+ - string:
+ name: notificationEmail
+ default: 'luca@opennetworking.org'
+ description: ''
+
+ concurrent: true
+
+ pipeline-scm:
+ script-path: 'Jenkinsfile-mcord-new-build-vms'
+ scm:
+ - git:
+ url: '{gerrit-server-url}/cord-tester'
+ branches:
+ - 'master'