-
New Feature
-
Resolution: Done
-
Minor
-
None
-
Jenkins: 2.332.3
OS: Linux - 5.4.188-104.359.amzn2.x86_64
---
Parameterized-Remote-Trigger:3.1.5.1
Currently, the parameters are passed as a big multi-line string that is parsed by the plugin line-by-line.
This has a consequence: passing multi-line parameters for the remote Jenkins instance does not work, only the first line ends up in the parameter
I fiddled with the code and opened a pull request with a suggestion for a fix.
You can find a more detailed description of the problem there too.
Note: While fixing the parsing, I also happened to stumble on another bug linked to it that I fixed in my PR too.
[JENKINS-68737] Support multi-line parameters in parameterized remote trigger plugin
Description |
Original:
Currently, the parameters are passed as a big multi-line string that is parsed by the plugin line-by-line.
This has a consequence: passing multi-line parameters for the remote Jenkins instance does not work, only the first line ends up in the parameter I fiddled with the code and opened a [https://github.com/jenkinsci/parameterized-remote-trigger-plugin/pull/79|pull request] with a suggestion for a fix. You can find a more detailed description of the problem there too. Note: While fixing the parsing, I also happened to stumble on another [https://issues.jenkins.io/browse/JENKINS-58818|bug] linked to it that I fixed in my PR too. |
New:
Currently, the parameters are passed as a big multi-line string that is parsed by the plugin line-by-line.
This has a consequence: passing multi-line parameters for the remote Jenkins instance does not work, only the first line ends up in the parameter I fiddled with the code and opened a [pull request|https://github.com/jenkinsci/parameterized-remote-trigger-plugin/pull/79] with a suggestion for a fix. You can find a more detailed description of the problem there too. Note: While fixing the parsing, I also happened to stumble on another [https://issues.jenkins.io/browse/JENKINS-58818|bug] linked to it that I fixed in my PR too. |
Description |
Original:
Currently, the parameters are passed as a big multi-line string that is parsed by the plugin line-by-line.
This has a consequence: passing multi-line parameters for the remote Jenkins instance does not work, only the first line ends up in the parameter I fiddled with the code and opened a [pull request|https://github.com/jenkinsci/parameterized-remote-trigger-plugin/pull/79] with a suggestion for a fix. You can find a more detailed description of the problem there too. Note: While fixing the parsing, I also happened to stumble on another [https://issues.jenkins.io/browse/JENKINS-58818|bug] linked to it that I fixed in my PR too. |
New:
Currently, the parameters are passed as a big multi-line string that is parsed by the plugin line-by-line.
This has a consequence: passing multi-line parameters for the remote Jenkins instance does not work, only the first line ends up in the parameter I fiddled with the code and opened a [pull request|https://github.com/jenkinsci/parameterized-remote-trigger-plugin/pull/79] with a suggestion for a fix. You can find a more detailed description of the problem there too. Note: While fixing the parsing, I also happened to stumble on [another bug|https://issues.jenkins.io/browse/JENKINS-58818] linked to it that I fixed in my PR too. |
Resolution | New: Done [ 10000 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: https://github.com/jenkinsci/parameterized-remote-trigger-plugin/releases/tag/Parameterized-Remote-Trigger-3.1.6 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
PR accepted. Thx.