jenkins-job-builder/tests/scm/fixtures/repo001.xml
Khai Do bf3218193b make scm test as the example
scm module had a few existing tests so now those tests are the examples.

Change-Id: Iaf039a5bb6f3910b09198e4a800a94f3f58804f9
2014-01-31 20:56:48 +00:00

22 lines
827 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.plugins.repo.RepoScm">
<manifestRepositoryUrl>https://example.com/project/</manifestRepositoryUrl>
<manifestBranch>stable</manifestBranch>
<manifestFile>repo.xml</manifestFile>
<manifestGroup>drivers</manifestGroup>
<destinationDir>build</destinationDir>
<repoUrl>https://internal.net/projects/repo</repoUrl>
<mirrorDir>~/git/project/</mirrorDir>
<jobs>3</jobs>
<currentBranch>false</currentBranch>
<quiet>false</quiet>
<localManifest>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;manifest&gt;
&lt;project path=&quot;external/project&quot; name=&quot;org/project&quot;
remote=&quot;gerrit&quot; revision=&quot;master&quot; /&gt;
&lt;/manifest&gt;
</localManifest>
</scm>
</project>