Merge "Setting configPod paramenter in MCORD pipelines (for pod1)"
diff --git a/jjb/cord-test/mcord.yaml b/jjb/cord-test/mcord.yaml
index 304ddf1..97cafe7 100644
--- a/jjb/cord-test/mcord.yaml
+++ b/jjb/cord-test/mcord.yaml
@@ -21,4 +21,5 @@
config-pod: 'onf-mcord-pod2'
profile: 'mcord'
branch: 'master'
+ configurePod: false
Jenkinsfile: 'Jenkinsfile-mcord-remote-build'
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index f2be4cc..2d3e356 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -844,7 +844,7 @@
- bool:
name: configurePod
- default: false
+ default: true
description: "Configure POD via TOSCA post build"
concurrent: true