blob: aa67c26553768c5396a2e1ea26dd52a66098315d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.plugins.tfs.TeamFoundationServerScm">
<serverUrl>tfs.company.com</serverUrl>
<projectPath>$/myproject</projectPath>
<localPath>../foo/</localPath>
<workspaceName>Hudson-${JOB_NAME}</workspaceName>
<userPassword/>
<userName>mydomain\\jane</userName>
<useUpdate>false</useUpdate>
</scm>
</project>
|