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

13 lines
396 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>mydomain\\jane</userName>
<useUpdate>false</useUpdate>
</scm>
</project>