Uncheck ‘trim string’ checkbox in advanced and try. It should work On Mon, 12 Nov 2018 at 3:56 PM, Raunak Kumar Gupta <[email protected]> wrote:
> I have a string parameter in jenkins called 'Keywords'. I set the value of > Keywords = "Google,Microsoft,Uber Go". But jenkins string parameter takes > only till "Google,Microsoft,Uber" and truncates "Go" automatically. > > Due to this my code runs incorrectly. Can anyone help in handling this > auto-truncate issue in jenkins string parameter? > > This string parameter is used in my python code where I split the Keywords > on comma(,) and use the 3 generated words for operation in my code. But > jenkins is truncating "Go" automatically due to which incorrect word is > processed by my code > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/0b6b1e2b-3af2-4aa0-a485-573d2c03ec3f%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- *Best Regards,* *Jacob Dany* *contact - +65 90224437* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAD%2BZqMnKHt4_Kc%2BFd4t2Z%3DdceZxMFgCxs8%2BngA9V62BkitG_5A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
