3b79764615
This commit adds support for the Rich Text Publisher Plugin avaiable at https://wiki.jenkins-ci.org/display/JENKINS/Rich+Text+Publisher+Plugin Change-Id: Id3bf21dfe8ae5a6392fb15334461b0ce4a95e1ae
14 lines
453 B
XML
14 lines
453 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.korosoft.jenkins.plugin.rtp.RichTextPublisher>
|
|
<stableText>the stable text</stableText>
|
|
<unstableText>the unstable text</unstableText>
|
|
<failedText/>
|
|
<unstableAsStable>False</unstableAsStable>
|
|
<failedAsStable>True</failedAsStable>
|
|
<parserName>HTML</parserName>
|
|
</org.korosoft.jenkins.plugin.rtp.RichTextPublisher>
|
|
</publishers>
|
|
</project>
|