jenkins-job-builder/tests/scm/fixtures/repo001.xml
Lucas Dutra Nunes 48e34564da SCM repo: add show-all-changes option
Change-Id: I6260808fe1c845aaed500712e97cd72f5b6c8fa3
Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
2016-02-18 16:22:03 -02:00

28 lines
1006 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>
<depth>0</depth>
<currentBranch>false</currentBranch>
<resetFirst>true</resetFirst>
<quiet>false</quiet>
<forceSync>true</forceSync>
<noTags>true</noTags>
<trace>true</trace>
<showAllChanges>true</showAllChanges>
<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>