commit | 381273684129caa2d3d3c69849ac62fcc121c9ca | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Apr 16 14:14:22 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Apr 16 14:14:22 2019 -0700 |
tree | 4366b200345891c283fbba6185dff3baf0cc0bc3 | |
parent | 0df89356b4f3d2df7b6f7c4dbde8d041a439da4b [diff] |
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"