![Dong Ma](/assets/img/avatar_default.png)
- update clone-workspace plugin to use convert_mapping_to_xml - update doc string Change-Id: Id4cefb9504f02ef1b654e223b6d9ddefaa122967
13 lines
482 B
XML
13 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.cloneworkspace.CloneWorkspacePublisher plugin="clone-workspace-scm">
|
|
<workspaceGlob>**/*.zip</workspaceGlob>
|
|
<overrideDefaultExcludes>false</overrideDefaultExcludes>
|
|
<workspaceExcludeGlob>**/*.tgz</workspaceExcludeGlob>
|
|
<criteria>Any</criteria>
|
|
<archiveMethod>TAR</archiveMethod>
|
|
</hudson.plugins.cloneworkspace.CloneWorkspacePublisher>
|
|
</publishers>
|
|
</project>
|