Migrate m-cord jobs to JJB

Change-Id: Ia4a2f0887b7085286a979dff21ff9817bcd125da
diff --git a/jjb/cord-test/mcord-build.yaml b/jjb/cord-test/mcord-build.yaml
new file mode 100644
index 0000000..1dff29c
--- /dev/null
+++ b/jjb/cord-test/mcord-build.yaml
@@ -0,0 +1,26 @@
+---
+# POD Nightly Build Pipeline M-CORD Jobs
+
+- project:
+    name: mcord-nightly-build-pipeline
+
+    project-name: '{name}'
+
+    build-timeout: '300'
+
+    jobs:
+      # qct pod 4 build jobs (mcord)
+      - 'build_pod_manual':
+         pod: 'qct-pod4'
+         pod_config: 'qct-pod4.yml'
+         profile: 'mcord'
+         branch: 'cord-4.1'
+         Jenkinsfile: 'Jenkinsfile.newBuildSystem'
+
+      # qct pod 4 test jobs
+      - 'build_pod_manual_test':
+         pod: 'qct-pod4'
+         pod_config: 'qct-pod4.yml'
+         profile: 'mcord'
+         branch: 'cord-4.1'
+         Jenkinsfile: 'Jenkinsfile-mcord'