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
22 lines
485 B
YAML
22 lines
485 B
YAML
- scm:
|
|
name: default-git-scm
|
|
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
branches:
|
|
'{branches}'
|
|
clean: true
|
|
|
|
- project:
|
|
name: missing_params_for_component
|
|
jobs:
|
|
- 'template-requiring-component-param-{os}':
|
|
os: 'ubuntu-xenial'
|
|
|
|
- job-template:
|
|
name: 'template-requiring-component-param-{os}'
|
|
disabled: true
|
|
scm:
|
|
- default-git-scm:
|
|
branch: master
|