Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: job-dsl-plugin
-
Labels:
-
Similar Issues:
Description
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Rich+Text+Publisher+Plugin
Configuration section
<publishers> <org.korosoft.jenkins.plugin.rtp.RichTextPublisher plugin="rich-text-publisher-plugin@1.3"> <stableText>TEXT</stableText> <unstableText>unstable</unstableText> <failedText>failed</failedText> <unstableAsStable>true</unstableAsStable> <failedAsStable>true</failedAsStable> <parserName>HTML</parserName> </org.korosoft.jenkins.plugin.rtp.RichTextPublisher> </publishers>
The upcoming generic DSL (https://github.com/jenkinsci/job-dsl-plugin/pull/816) will enable support for the Rich Text Publisher plugin: