commit | a9b416ec61226ef1f2841658578a6af3c7ba3143 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jan 24 15:21:07 2019 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jan 24 15:23:30 2019 -0800 |
tree | cc5161354a6cc70b056a1689fc121e08074c2144 | |
parent | 889602f5f34d8936a486736493df3286fcdfc918 [diff] |
Setting configPod paramenter in MCORD pipelines (for pod1) Change-Id: Ifb2364781d2e4cb4a5ca93f32c76b0c151858cf8
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