-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
UAT
Hi Team,
I have one process in Nolio and want to use Jenkins to trigger that process. My Nolio process accepts two parameter 1) Source file path 2) Destination file path
I have created build in Jenkins which connects to Nolio and trigger the process by feeding the parameters
Issue here is, whenever I am trying to pass file path in string parameter in Jenkins, It ignores the forward slash
e.g
If I pass "\\SERVER1\DEVAPP\Reports.txt" as source and "\\SERVER2\UATAPP\Reports.txt"
as destination then Jenkins feeds below value to Nolio
"\SERVER1DEVAPPReports.txt" as source and "\SERVER2UATAPPReports.txt"
See attached file and please suggest
Do you meant backward slash ?, anyway I have tried in Jenkins ver. 2.13 and issue is not reproducible.
I had a String Parameter TSP
During build I have assigned \\SERVER1\DEVAPP\Reports.txt as the value.
Output echo ${TSP}
\\SERVER1\DEVAPP\Reports.txt