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

Parameterized Scheduler does not support multi-line string parameters

XMLWordPrintable

      I tried the following approaches, but none of them seemed to work:

       

      H 20 * * * %SOMEMULTILINEPARAMETER=valueA\nvalueB

       

      H 20 * * * %SOMEMULTILINEPARAMETER=valueA,valueB

       

      H 20 * * * %SOMEMULTILINEPARAMETER=valueA
      nvalueB

       

      In all cases, what is placed to the right of the equal sign is directly translated to the parameter's value, and thus the Jenkins pipeline fails, as it is expecting a multi-line string value

       

            batmat Baptiste Mathus
            jamoralp Jose
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: