-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
The Problem
When you use a console model encoder, the console will display text with a hyperlink, but the stage logs would show encoded metacharacters in the "Print Message" step name.
Pipeline
import static hudson.console.ModelHyperlinkNote.encodeTo stage('Build') { echo "This is a regular message" echo "This is build ${encodeTo(currentBuild.rawBuild)}" }
Actual
See attachment