summaryrefslogtreecommitdiffstats
path: root/tests/scm/fixtures/git-extensions01.yaml
blob: 96868207c6ac54d4d7c111d2f679439da7bfa94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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