6e835286f1
Added upstream June 2018 in https://github.com/jenkinsci/text-finder-plugin/pull/16 Released upstream with 1.11 in June 2019: https://wiki.jenkins.io/display/JENKINS/Text-finder+Plugin Change-Id: I28cf1425da98091ae0b19f450aea3fa5de6546c6
14 lines
485 B
XML
14 lines
485 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>
|
|
<notBuiltIfFound>false</notBuiltIfFound>
|
|
</hudson.plugins.textfinder.TextFinderPublisher>
|
|
</publishers>
|
|
</project>
|