jenkins-job-builder/tests/publishers/fixtures/text-finder001.xml

13 lines
438 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder">
<fileSet>file.txt</fileSet>
<regexp>some string</regexp>
<alsoCheckConsoleOutput>true</alsoCheckConsoleOutput>
<succeedIfFound>false</succeedIfFound>
<unstableIfFound>false</unstableIfFound>
</hudson.plugins.textfinder.TextFinderPublisher>
</publishers>
</project>