![Somay Jain](/assets/img/avatar_default.png)
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
7 lines
182 B
YAML
7 lines
182 B
YAML
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
ignore-commits-with-messages:
|
|
- "(?s).*FOO.*"
|
|
- "(?s).*BAR.*"
|