-
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...
[JENKINS-32009] Strings like a path to some file (/path/to_my_file), is been interpreted as the full address for the link of the results of the test
Workflow | Original: JNJira [ 167482 ] | New: JNJira + In-Review [ 182753 ] |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |