jenkins-job-builder/tests/scm/fixtures/svn-additional-credentials-...

17 lines
468 B
YAML

scm:
- svn:
workspaceupdater: update
repos:
- url: http://svn.example.com/repo
basedir: .
credentials-id: "abcdef01234567890"
repo-depth: files
ignore-externals: true
- url: http://svn.example.com/repo2
basedir: repo2
additional-credentials:
- realm: "test realm"
credentials-id: "abcdef01234567891"
- realm: "test realm 2"
credentials-id: "abcdef01234567892"