jenkins-job-builder/tests/publishers/fixtures/description-setter-full.xml
Dong Ma 6ffb66c94f Update description_setter plugin
- update description_setter plugin to use convert xml
- update test cases
- update docstring

Change-Id: Ibbbdadceda0b6de6bc488727a90eee1a6ddb9463
2017-06-27 16:08:59 +08:00

13 lines
495 B
XML

<?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>