jenkins-job-builder/tests/scm/fixtures/cvs001.xml

54 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.scm.CVSSCM">
<repositories>
<hudson.scm.CvsRepository>
<cvsRoot>:protocol:user@host1:path</cvsRoot>
<compressionLevel>-1</compressionLevel>
<repositoryItems>
<hudson.scm.CvsRepositoryItem>
<location class="hudson.scm.CvsRepositoryLocation$HeadRepositoryLocation">
<locationType>HEAD</locationType>
</location>
<modules>
<hudson.scm.CvsModule>
<remoteName>remote1</remoteName>
<localName/>
</hudson.scm.CvsModule>
<hudson.scm.CvsModule>
<remoteName>remote2</remoteName>
<localName/>
</hudson.scm.CvsModule>
</modules>
</hudson.scm.CvsRepositoryItem>
</repositoryItems>
<excludedRegions/>
</hudson.scm.CvsRepository>
<hudson.scm.CvsRepository>
<cvsRoot>:protocol:user@host2:path</cvsRoot>
<compressionLevel>-1</compressionLevel>
<repositoryItems>
<hudson.scm.CvsRepositoryItem>
<location class="hudson.scm.CvsRepositoryLocation$HeadRepositoryLocation">
<locationType>HEAD</locationType>
</location>
<modules>
<hudson.scm.CvsModule>
<remoteName>remote1</remoteName>
<localName/>
</hudson.scm.CvsModule>
</modules>
</hudson.scm.CvsRepositoryItem>
</repositoryItems>
<excludedRegions/>
</hudson.scm.CvsRepository>
</repositories>
<canUseUpdate>true</canUseUpdate>
<pruneEmptyDirectories>true</pruneEmptyDirectories>
<skipChangeLog>false</skipChangeLog>
<disableCvsQuiet>false</disableCvsQuiet>
<cleanOnFailedUpdate>false</cleanOnFailedUpdate>
<forceCleanCopy>false</forceCleanCopy>
</scm>
</project>