jenkins-job-builder/tests/publishers/fixtures/clamav-full.xml
Kien Ha 26973d9c1f Update clamav plugin to use convert xml
- Add plugin="clamav" attribute
- Document 'includes' must be set to check for artifacts
- Add minimal test

Change-Id: Ia54e1e3f15fc5964b139f82c09c9311dd7d9fb2c
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-07-21 20:15:30 -04:00

10 lines
276 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.clamav.ClamAvRecorder plugin="clamav">
<includes>*.zip</includes>
<excludes>foo.zip</excludes>
</org.jenkinsci.plugins.clamav.ClamAvRecorder>
</publishers>
</project>