b7f491897c
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
9 lines
210 B
YAML
9 lines
210 B
YAML
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
sparse-checkout:
|
|
paths:
|
|
- "path1"
|
|
- "path2"
|
|
- "path3"
|