0f0f681069
Problems occurring deep in the code frequently need to be caught and additional information included in the error output to help debug issues. Change-Id: I5aee523a3cf9e1cb7573fa6fc5a06dc3888be1ef
19 lines
414 B
YAML
19 lines
414 B
YAML
- defaults:
|
|
name: global
|
|
date: 20161015
|
|
|
|
- project:
|
|
name: missing_params_for_params
|
|
# deliberately missing value for 'bdate' to trigger
|
|
# problem formatting params with default
|
|
flavor:
|
|
- trusty-{date}
|
|
- xenial-{bdate}
|
|
jobs:
|
|
- 'template-requiring-param-{os}':
|
|
os: 'ubuntu-{flavour}'
|
|
|
|
- job-template:
|
|
name: 'template-requiring-param-{os}'
|
|
disabled: true
|