48e34564da
Change-Id: I6260808fe1c845aaed500712e97cd72f5b6c8fa3 Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
28 lines
1006 B
XML
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><?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<project path="external/project" name="org/project"
|
|
remote="gerrit" revision="master" />
|
|
</manifest>
|
|
</localManifest>
|
|
</scm>
|
|
</project>
|