Fix nested trigger_jobs (C-H)
After upgrading to JJB 2.2.0 any nested parameters
up to 3 levels will be reported as a failure.
We need to fix those so that there is only 2
levels maximum.
Committing this as a single patch since our verify
job is broken.
Change-Id: I9e0531719fc7f524c149144afcbac49b5b5fcfb8
Issue-ID: CIMAN-184
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
index 2ea6d1e..5a81ffa 100644
--- a/jjb/clamp/clamp-csit.yaml
+++ b/jjb/clamp/clamp-csit.yaml
@@ -8,10 +8,8 @@
stream: 'master'
functionality:
- 'APIs':
- trigger_jobs:
- - '{project-name}-{stream}-release-java-daily-checkstyle'
+ trigger_jobs: '{project-name}-{stream}-release-java-daily-checkstyle'
- 'UIs':
- trigger_jobs:
- - '{project-name}-{stream}-release-java-daily-checkstyle'
+ trigger_jobs: '{project-name}-{stream}-release-java-daily-checkstyle'
robot-options: ''
branch: 'master'