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

Multi-line string seems to be broken when triggered from the pipeline.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • Jenkins version: v2.89.3

      How to reproduce?

      1. Create a simple pipeline:

      ```
      properties([
        parameters([
          string(name: 'test', defaultValue: 'test', description: 'test')
        ]),
      ])

      build(job: "alk-test")
      ```

      2. Set a multiline string parameters for the job (e.g alk-test).

      3. Run the pipeline -> when looking at the parameters, the multi-line string (default) is now one line.

       

      I am not able to rebuild the job after that.

            Unassigned Unassigned
            alkush21 Oleksandr Kushchak
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: