Adds an info badge to the current Pipeline build.
An info badge uses the "info" symbol with a text message.
Badges added by addInfoBadge
are displayed in the build history of the Pipeline job.
The Pipeline Syntax Snippet Generator guides the user to select badge options and provides online help for the options.
Example: Badge with an infoThe following example adds an "info" symbol with the text, "This is an info":
addInfoBadge text: 'This is an info'