commit | b2ffb06ee6e4f8a2d45b64ce9f5d6571e374a76b | [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:21:07 2019 -0800 |
tree | cc5161354a6cc70b056a1689fc121e08074c2144 | |
parent | 889602f5f34d8936a486736493df3286fcdfc918 [diff] |
Setting configPod paramenter in MCORD pipelines Change-Id: I2c9d89b2b62a6f049e4b837cbb6b0a0716b23d11
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