-
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.
I basically trusted the test result, and I saw the modification for backward compatible at least. (With limited resources.)
And furthermore, it's a enhancement which I like to see, although there's some dummy code change like the import orders and some code style changes which are never defined by some config. files, it still a good improvement to sustain this plugin.
You definitely had your use case & test scenario already, let's move it on.
Look forward to your contribution.
Will close the bug you mentioned.