Adding paramether to exclude Logging and Monitoring charts from the manual pod build

Change-Id: Ic5202890204454a3581005e44423c92c86f53a84
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 1483403..a8764d8 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -87,6 +87,11 @@
          description: ''
 
       - bool:
+          name: installMonitoringAndLogging
+          default: false
+          description: "Wether to install prometheus and Elk-stack"
+
+      - bool:
           name: configurePod
           default: true
           description: "Configure POD via TOSCA post build"