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

12 lines
341 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.plugins.bazaar.BazaarSCM">
<source>lp:test_project</source>
<cleantree>false</cleantree>
<checkout>false</checkout>
<browser class="hudson.plugins.bazaar.browsers.Loggerhead">
<url>http://browser.example.com</url>
</browser>
</scm>
</project>