Blue Ocean/Pipeline Graph Display

21 views
Skip to first unread message

Bryan Stopp

unread,
May 12, 2021, 10:55:27 PM5/12/21
to Jenkins Developers
What's the right way for a Step/StepExecution to provide custom content to display on the Blue Ocean dashboard?

Is it just logging information out to the TaskListener log? Does that display each println in its own collapsible row, or will all Step's logging be written to one collapsible view/row?

Is there any way for me to show multiple collapsible - primary items on the dashboard, or is one step limited to one collapsible area?

Thanks in advance.

-Stopp

p.s. I assume whatever works for B.O. will work for the proposed Pipeline Graph plugin.

Jesse Glick

unread,
May 13, 2021, 12:04:08 PM5/13/21
to Jenkins Dev
On Wed, May 12, 2021 at 10:55 PM Bryan Stopp <bryan...@gmail.com> wrote:
What's the right way for a Step/StepExecution to provide custom content to display on the Blue Ocean dashboard?

Is it just logging information out to the TaskListener log?

Yes.
 
Does that display each println in its own collapsible row, or will all Step's logging be written to one collapsible view/row?

All output from a given step is displayed in a single collapsible block, I think.
 
Is there any way for me to show multiple collapsible - primary items on the dashboard

Not without extending Blue Ocean I guess.
Reply all
Reply to author
Forward
0 new messages