blob: 34383cf5a384c432e644f3c6b31b409605b97be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
|