jenkins-job-builder/tests/cmd/fixtures/large-number-of-jobs-001.yaml
Darragh Bailey a949a274e3
Test stream no encoding bug
Tests that if no encoding is defined on the output that JJB does not
accidentally trigger a recursion issue when iterating over a large
number of jobs and attempting to wrap the output stream.

Inspired by commit message from: https://review.openstack.org/283441

Change-Id: Ie69c3af0beb9fd7c589a436e8c6d2862210f8a4c
Co-Authored-By: Hao Liu <hliu@redhat.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-08-29 23:43:35 -04:00

11 lines
235 B
YAML

- job-template:
name: '{name}-{a}-{b}-{c}'
- project:
name: project-name
a: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
b: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
c: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
jobs:
- '{name}-{a}-{b}-{c}'