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
12 lines
362 B
YAML
12 lines
362 B
YAML
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
browser: rhodecode
|
|
browser-url: http://github.com/foo/example.git
|
|
force-polling-using-workspace: true
|
|
merge:
|
|
remote: repo_name
|
|
branch: branch_name
|
|
strategy: recursive
|
|
fast-forward-mode: FF_ONLY
|