jenkins-job-builder/tests/publishers/fixtures/clone-workspace002.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>
<criteria>Any</criteria>
<archiveMethod>TAR</archiveMethod>
<workspaceExcludeGlob>**/*.tgz</workspaceExcludeGlob>
</hudson.plugins.cloneworkspace.CloneWorkspacePublisher>
</publishers>
</project>