RQMExecutionTools -variables escape character
Im using RQMExecutionTool with Jenkins to automation of tests and i have to pass a variables with the server URL created on a cloud to run the tests. The variable is a URL initiated with "http://" the problem is that the execution tool is using ":" character as a variable value separator and is causing problem in reading the correct value. There is a escape character in this command line for the attribute -variables?
|
One answer
Try with single quote for colon in url (':').. If that does not work, please file a defect |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.