summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/description-setter-full.xml
blob: 1cbb41fdbce608f10a63a9fafde6a4e25f65eca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
      <regexp>.*(&lt;a href=.*a&gt;)</regexp>
      <regexpForFailed>.*(&lt;a href=.*a&gt;)</regexpForFailed>
      <description>some description</description>
      <descriptionForFailed>another description</descriptionForFailed>
      <setForMatrix>true</setForMatrix>
    </hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
  </publishers>
</project>