commit | 5f1dd1b2b64814a714d36342c46fdf737e912354 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Wed Jul 10 10:57:32 2019 -0700 |
committer | Kailash <kailash@onlab.us> | Wed Jul 10 10:57:32 2019 -0700 |
tree | 2c6a5d37c78d28d0786b0d5e00a7a0796bfbd628 | |
parent | 12f43b04d69af59e352970254814f0358270889d [diff] |
adding missing parameter in build job Change-Id: I8ad47b4b47f0086ac491f717427b5dcc56fa9a39
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml index 9e38942..68da0cd 100644 --- a/jjb/cord-test/nightly-build-pipeline.yaml +++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -513,6 +513,11 @@ description: 'OLT Software version to install' - string: + name: helmRepoUrl + default: 'https://charts.opencord.org' + description: 'URL where helm-charts are published' + + - string: name: branch default: '{branch}'