You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
485 B
22 lines
485 B
- 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
|