creating mcord pod build job

Change-Id: I7f4c52167d11a3466678d4117367a792834f2d31
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 81cb3f6..f2be4cc 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -778,3 +778,81 @@
       - reverse:
           jobs: 'build_{config-pod}_seba_release_{release}_microcharts'
           result: 'success'
+
+
+- job-template:
+    name: 'build_{profile}_{config-pod}_{branch}_manual'
+    id: build_mcord_pod_manual
+    description: |
+                  <!-- Managed by Jenkins Job Builder -->
+                  Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br />
+                  Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br />
+                  Created by QA (Kailash Khalasi - kailash@opennetworking.org ) <br />
+                  Copyright (c) 2019 Open Networking Foundation (ONF)
+
+    <<: *test-pipe-job-boiler-plate
+
+    parameters:
+      - string:
+         name: TestNodeName
+         default: '{testvm}'
+         description: 'Jenkins node name of TestVM Node'
+
+      - string:
+         name: cordRepoUrl
+         default: '{gerrit-server-url}'
+         description: 'The URL of the CORD Project repository'
+
+      - string:
+         name: configBaseDir
+         default: 'pod-configs'
+         description: 'The directory inside the POD configs repository'
+
+      - string:
+         name: configDeploymentDir
+         default: 'deployment-configs'
+         description: 'The deployment configs folder'
+
+      - string:
+         name: configKubernetesDir
+         default: 'kubernetes-configs'
+         description: 'The kubernetes config folder'
+
+      - string:
+         name: configToscaDir
+         default: 'tosca-configs'
+         description: 'The tosca config folder'
+
+      - string:
+         name: configFileName
+         default: '{config-pod}'
+         description: 'The config file'
+
+      - string:
+         name: branch
+         default: '{branch}'
+
+      - string:
+         name: profile
+         default: '{profile}'
+         description: 'Profile in which this job installs'
+
+      - string:
+         name: notificationEmail
+         default: 'luca@opennetworking.org, teo@opennetworking.org, weiyu@opennetworking.org'
+         description: ''
+
+      - bool:
+          name: configurePod
+          default: false
+          description: "Configure POD via TOSCA post build"
+
+    concurrent: true
+
+    pipeline-scm:
+      script-path: '{Jenkinsfile}'
+      scm:
+        - git:
+           url: '{gerrit-server-url}/cord-tester'
+           branches:
+             - '{branch}'