Page 1 of 1

Jenkins plugin do not support parameters with colon

Posted: Tue Nov 26, 2019 11:19 am
by boegvald
When executing test suites via the Jenkins plugin, global parameters that contains colon are not passed to the command line that is executing the test suite.

Examples:
Global parameter "URL=https://dr.dk --incognito" is not passed to the command line
Global parameter "URL=https//dr.dk --incognito" is passed to the command line

Both works fine when running the test in command line directly.

Re: Jenkins plugin do not support parameters with colon

Posted: Thu Nov 28, 2019 8:43 am
by odklizec
Hi,

Have you tried to enclose the value in double quotes? But I'm not quite sure if it's the right way of escaping in Jenkins ;)