bf3218193b
scm module had a few existing tests so now those tests are the examples. Change-Id: Iaf039a5bb6f3910b09198e4a800a94f3f58804f9
22 lines
827 B
XML
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><?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<project path="external/project" name="org/project"
|
|
remote="gerrit" revision="master" />
|
|
</manifest>
|
|
</localManifest>
|
|
</scm>
|
|
</project>
|