summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/text-finder001.xml
blob: 2144183fbdac27332da86c556c8e174f97e7dc71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>