commit | c7d9e4e223fd1abfd9eff9ce169bb6b8bb0e668d | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Tue Nov 13 14:48:23 2018 -0800 |
committer | Kailash <kailash@onlab.us> | Tue Nov 13 14:57:37 2018 -0800 |
tree | ddbe6a286cc21f34630cbd9a0470b2da0c7728fb | |
parent | b3ad160fd3d9688c8b971195a513a39e3366d951 [diff] |
adding kubernetesdir parameter to 6.0 post actions build job Change-Id: Ib0362a75fc0fb10bb2872fa9e4fb6eee6679603e
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml index a5bed10..1273c50 100644 --- a/jjb/cord-test/nightly-build-pipeline.yaml +++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -289,6 +289,11 @@ description: 'The deployment configs folder' - string: + name: configKubernetesDir + default: 'kubernetes-configs' + description: 'The kubernetes config folder' + + - string: name: configFileName default: '{config-pod}' description: 'The config file'