Details
-
Improvement
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
Jenkins 2.13
Pipeline: Input Step Plugin 2.0
Pipeline: Stage View Plugin 1.5
Description
The following groovy pipeline:
node { stage 'Do nothing' } node { stage 'Showcase' input """This text should appear on a new line!""" }
results in preserving the line break at console while removing it at the input approval box in stage view (see attached files).
To be able to present pretty formatted information to the submitter the input box should show the text the same way as the console output.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-31156 [ 165812 ] |
Environment |
Jenkins 2.15 Pipeline: Input Step Plugin 2.0 Pipeline: Stage View Plugin 1.5 |
Jenkins 2.13 Pipeline: Input Step Plugin 2.0 Pipeline: Stage View Plugin 1.5 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | Screen Shot 2016-07-13 at 12.04.29 PM.png [ 33305 ] |
Remote Link | This issue links to "PR 22 (Web Link)" [ 14623 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 173386 ] | JNJira + In-Review [ 210215 ] |
Resolved with a quick PR (now in review). In my example I simply used:
input 'I am a \n multiline string'