Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: confluence-publisher-plugin
-
Labels:
-
Similar Issues:
-
Epic Link:
Description
i.e compatible for use with https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin
Attachments
Issue Links
- links to
Did a quick investigation using the source and the JIRA publisher pipeline impl. Came up with these tasks to make this plugin pipeline compatible:
The workflow step must have a field content ex. publish(text:"", ...). We could add a dependency for workflow-basic-steps-plugin to use readFile() to make it easier for users to use a file as a source of content.