f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
14 lines
517 B
XML
14 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.korosoft.jenkins.plugin.rtp.RichTextPublisher plugin="rich-text-publisher-plugin">
|
|
<stableText>the stable text</stableText>
|
|
<unstableText>the unstable text</unstableText>
|
|
<failedText>the failed text</failedText>
|
|
<unstableAsStable>false</unstableAsStable>
|
|
<failedAsStable>false</failedAsStable>
|
|
<parserName>HTML</parserName>
|
|
</org.korosoft.jenkins.plugin.rtp.RichTextPublisher>
|
|
</publishers>
|
|
</project>
|