[VOL-2944] Support worflow parameter in test jobs
Change-Id: I0c378e754c3c3fd1694d89a7b9372046ec64208f
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 76da0cb..6f36724 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -915,7 +915,7 @@
- string:
name: workFlow
default: '{work-flow}'
- description: 'Installs the specified work flow on the POD'
+ description: 'Installs and uses the specified work flow on the POD'
- string:
name: NumOfOpenOnu
@@ -1028,6 +1028,11 @@
default: '{manifest-branch}'
description: 'Repo manifest branch for code checkout (so we can display changes in Jenkins)'
+ - string:
+ name: workFlow
+ default: '{work-flow}'
+ description: 'Installs and uses the specified work flow on the POD'
+
- bool:
name: powerSwitch
default: '{power-switch}'