jenkins-job-builder/tests/scm/fixtures/git-extensions01.yaml
Jeff Grafton cdfeb7bf66 Update Git SCM so that extensions are configured correctly.
Many configuration options have been extensions for at least 2 years, so
update the generated XML to actually configure these options.

Change-Id: Ic22ca4a6b8d61c977979a5eb63a2e884dc4391bd
2016-06-06 13:35:04 -07:00

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