jenkins-job-builder/tests/scm/fixtures/tfs-002.xml

14 lines
483 B
XML

<?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>jane@mydomain</userName>
<useUpdate>false</useUpdate>
<repositoryBrowser class="hudson.plugins.tfs.browsers.TeamSystemWebAccessBrowser"/>
</scm>
</project>