adding parameter to nightlybuild jobs

Change-Id: Ia8137a5bce5a9c7ed15653c4f880f9e5c2bfc6af
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 5918318..1b8afe6 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -15,7 +15,7 @@
 
 
 - job-template:
-    name: 'build_{profile}_{testvm}_{scenario}_{branch}'
+    name: 'build_{profile}_{config-pod}_{scenario}_{branch}'
     id: build_pod_manual
     description: |
                   <!-- Managed by Jenkins Job Builder -->
@@ -53,6 +53,11 @@
          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'
@@ -120,6 +125,11 @@
          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'