jenkins-job-builder/tests/scm/fixtures/git-sparse-checkout01.yaml
Somay Jain b7f491897c Support for more extensions and options in Git plugin
Added the support for the following -
* strategy and ff_mode in merge before build extension
* more options for repository browsers
* sparse checkout path extension
* ignore commits with certain messages extension
* force polling using workspace extension
* force push option for git publisher

Change-Id: I1fd5b73de32f3a4c10c89dacdddb377378c4128d
2015-07-13 18:47:20 +05:30

9 lines
210 B
YAML

scm:
- git:
url: https://github.com/openstack-infra/jenkins-job-builder.git
sparse-checkout:
paths:
- "path1"
- "path2"
- "path3"