From 3c42e088e4dba2b3de547023269fe550d4b3a620 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 1 Aug 2018 12:07:46 -0700 Subject: Fix nested trigger_jobs (U-V) 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: Ia0557bcbaab66321fd4aa202a0333f38c86b3441 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall --- jjb/vid/vid-csit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jjb/vid/vid-csit.yaml') diff --git a/jjb/vid/vid-csit.yaml b/jjb/vid/vid-csit.yaml index b1124ab70..2b3562fd1 100644 --- a/jjb/vid/vid-csit.yaml +++ b/jjb/vid/vid-csit.yaml @@ -8,7 +8,6 @@ stream: 'master' functionality: - 'healthCheck': - trigger_jobs: - - '{project-name}-{stream}-docker-version-java-daily' + trigger_jobs: '{project-name}-{stream}-docker-version-java-daily' robot-options: '' branch: 'master' -- cgit 1.2.3-korg