Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-36661

Preserve formatting on input box in stage view

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • Jenkins 2.13
      Pipeline: Input Step Plugin 2.0
      Pipeline: Stage View Plugin 1.5

      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.

        1. jenkins_2.15_console.png
          148 kB
          Dirk Hagener
        2. jenkins_2.15_stageview.png
          157 kB
          Dirk Hagener
        3. Screen Shot 2016-07-13 at 12.04.29 PM.png
          60 kB
          Sam Van Oort

            svanoort Sam Van Oort
            dhagener Dirk Hagener
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: