- 
    
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