9ab35beae8
1. Refactored the code in the function to utilize convert_mapping_to_xml's way of detecting valid types. 2. Refactored optional parameters to use convert_mapping_to_xml Note: This update will affect users using lowercase inputs in their YAML files. An exception will be raised if the inputs doesn't follow the exact casing required by the plugin. Change-Id: I053ef5f58200e51b3f6ff5ec55760f9e6f095370
13 lines
429 B
XML
13 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.cloneworkspace.CloneWorkspacePublisher plugin="clone-workspace-scm">
|
|
<workspaceGlob/>
|
|
<overrideDefaultExcludes>false</overrideDefaultExcludes>
|
|
<criteria>Any</criteria>
|
|
<archiveMethod>TAR</archiveMethod>
|
|
<workspaceExcludeGlob/>
|
|
</hudson.plugins.cloneworkspace.CloneWorkspacePublisher>
|
|
</publishers>
|
|
</project>
|