Closed martinda closed 6 months ago
It is not clear to me where the createSummary step looks for icons or how to properly specify icons.
createSummary
/static/8361d0d6/images/16x16/help.png
Thank you
I found I was able to successfully use symbols with the following
script { summary = createSummary icon: 'icon-document icon-md' summary.appendText("Stuff") }
It is not clear to me where the
createSummary
step looks for icons or how to properly specify icons./static/8361d0d6/images/16x16/help.png
but how do I write common code with this when the Pipeline library is used on multiple different servers?Thank you