cdfeb7bf66
Many configuration options have been extensions for at least 2 years, so update the generated XML to actually configure these options. Change-Id: Ic22ca4a6b8d61c977979a5eb63a2e884dc4391bd
17 lines
420 B
YAML
17 lines
420 B
YAML
scm:
|
|
- git:
|
|
url: https://example.com/project.git
|
|
branches:
|
|
- master
|
|
browser: githubweb
|
|
browser-url: http://github.com/foo/example.git
|
|
basedir: 'go/src/github.com/foo/example'
|
|
excluded-users:
|
|
- alice@example.com
|
|
- bob@example.com
|
|
per-build-tag: true
|
|
prune: true
|
|
scm-name: something_special
|
|
use-author: true
|
|
wipe-workspace: false
|