jenkins-job-builder/tests/publishers/fixtures/archive001.xml

11 lines
319 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>*.tar.gz</artifacts>
<latestOnly>false</latestOnly>
<allowEmptyArchive>true</allowEmptyArchive>
</hudson.tasks.ArtifactArchiver>
</publishers>
</project>