6ffb66c94f
- update description_setter plugin to use convert xml - update test cases - update docstring Change-Id: Ibbbdadceda0b6de6bc488727a90eee1a6ddb9463
13 lines
495 B
XML
13 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
|
|
<regexp>.*(<a href=.*a>)</regexp>
|
|
<regexpForFailed>.*(<a href=.*a>)</regexpForFailed>
|
|
<description>some description</description>
|
|
<descriptionForFailed>another description</descriptionForFailed>
|
|
<setForMatrix>true</setForMatrix>
|
|
</hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
|
|
</publishers>
|
|
</project>
|