-
Bug
-
Resolution: Unresolved
-
Minor
-
None
*I am raising a JIRA ticket for the first time, please correct me if I am doing something incorrect*
I am using the pipeline plugin in a Jenkins job and as part of the plugin I am setting the displayname and description properties as follows -
currentBuild.displayName = "#${BUILD_NUMBER}-${userInput}"
currentBuild.description = userInput
In the default dashboard of Jenkins, I see this populated correctly -
However, on the blue-ocean dashboard, it does not show up.
Where am I going wrong? Or is this a bug which needs to be fixed?
Please note that this has nothing to do with the 'build-name-setter-plugin'