-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Jenkins ver. 1.635
Hil all..
I'm using robotframework with jenkins..
In my test case, i need to put in the title of the test the path of the file that i need to checkout, exemple:
Check file /var/myfile (Title of my test case exemple) .
But on jenkins, its getting 404 when i'm trying to browse the results on fail test, because jenkins is interpreting the "/var/myfile" as part of the link of the result of the test..
I try to scape the '/' char with "/var/myfile", '''/var/myfile''' , %2fvar%2fmyfile, //var//myfile , \/var\/myfile
but still interpreting the "/var/myfile" as part of the link of the result...