summaryrefslogtreecommitdiffstats
path: root/jjb/portal
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-01 12:07:04 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-09-21 20:58:37 +0000
commit1a6619f0b57f23294bc447cf27b79edb87b02441 (patch)
treeaa524547d793c8919e11df5f039199a8b68c9f30 /jjb/portal
parent433a9c5d1ac1d10752ca66e0b765850762f49d96 (diff)
Fix nested trigger_jobs (O-S)
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. Change-Id: Icb86bc28bb66727737568386f0258d5d570c1fc7 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/portal')
-rw-r--r--jjb/portal/portal-csit.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/portal/portal-csit.yaml b/jjb/portal/portal-csit.yaml
index a8e961223..697db4640 100644
--- a/jjb/portal/portal-csit.yaml
+++ b/jjb/portal/portal-csit.yaml
@@ -7,7 +7,6 @@
stream: 'master'
functionality:
- 'testsuite':
- trigger_jobs:
- - 'portal-docker-{stream}-merge-docker-script'
+ trigger_jobs: 'portal-docker-{stream}-merge-docker-script'
robot-options: ''
branch: 'master'