Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. 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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • robot-plugin
    • 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...

            jpiironen jpiironen
            dnl dnl dnl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: