• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Jenkins 1.631, Cucumber (js) 0.6.0, Cucumber test results plugin 0.8.2.
      Jenkins 1.625.3, JUnit plugin 1.6/1.10.

      As you hover over a feature, scenario, etc, a down-arrow appears. If you click on the arrow, a contextMenu XHR request fires in the background. Unfortunately, they all seem to fail with a 404 "not found" response.

      Example request headers (redacted)
      POST /job/foo/1/testReport/test_foo/contextMenu HTTP/1.1
      Host: jenkins
      Connection: keep-alive
      Content-Length: 0
      Origin: https://jenkins
      User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36
      Content-type: application/x-www-form-urlencoded; charset=UTF-8
      Accept: text/javascript, text/html, application/xml, text/xml, */*
      X-Prototype-Version: 1.7
      X-Requested-With: XMLHttpRequest
      DNT: 1
      Referer: https://jenkins/job/foo/1/testReport/test_bar/
      Accept-Encoding: gzip, deflate
      Accept-Language: en-GB,en;q=0.8,en-US;q=0.6,he;q=0.4
      

      So, either this plugin doesn't support that functionality and they should be hidden, or something else is wrong and is breaking the menus.

          [JENKINS-30597] Context menu arrows return 404

          James Nord added a comment -

          jenkins version, cucumber plugin version would be helpful.
          the URL that is giving the 404 if you can get it would also be helpful.

          James Nord added a comment - jenkins version, cucumber plugin version would be helpful. the URL that is giving the 404 if you can get it would also be helpful.

          Brian Cassidy added a comment -

          Jenkins: 1.631
          Cucumber (js): 0.6.0
          Cucumber test results plugin: 0.8.2
          URLs that fail:
          https://[site]/job/[jobname]/lastBuild/cucumberTestReport/[feature[/contextMenu
          https://[site]/job/[jobname]/lastBuild/cucumberTestReport/[feature]/[scenario]/contextMenu

          I've redacted a few items in the URL.

          Brian Cassidy added a comment - Jenkins: 1.631 Cucumber (js): 0.6.0 Cucumber test results plugin: 0.8.2 URLs that fail: https://[site]/job/[jobname]/lastBuild/cucumberTestReport/[feature[/contextMenu https://[site]/job/[jobname]/lastBuild/cucumberTestReport/[feature]/[scenario]/contextMenu I've redacted a few items in the URL.

          Allan Lewis added a comment -

          I've also seen this with Jenkins 1.625.3 and JUnit Plugin 1.6/1.10.

          Allan Lewis added a comment - I've also seen this with Jenkins 1.625.3 and JUnit Plugin 1.6/1.10.

          James Nord added a comment -

          confirmed

          James Nord added a comment - confirmed

            Unassigned Unassigned
            bricas Brian Cassidy
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: