I have a 2 Jenkins job:
So when the projectA triggers projectB, all parameters have been passed successfully. For the Multi-line parameter, only the first line value is passed & discarding all subsequent lines.
WaitTime=900 DBCheck=true Snmpwalk=true TcpPortScanner=false CLI_DisplayOutput="show 1 show 2 show 3"
Upon checking the Parameters page on this triggered execution, It displays only single line text box instead of Multi line text box.
projectB - Parameters page which is triggered by projectA
P.S.
Br, Jagan
Although it is very late, and many could have solved the problem. I would like to highlight what I have done during the issue occurred time.
As explained, I used Multiline input (in Configure)
and the execution Parameter listed as below with multiple show commands (during Run)
I used another plugin to write this content as a file in my workspace during my Build Step (in Configure)
I also made sure that the content is successfully passed and file created at my execution
Now my device could read the contents one by one and executes it.