Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-48001

Project performance test summary report in Jenkins is empty

      Our "PERFORMANCE TESTS SUMMARY REPORT"  (the trend report per project) in Jenkins is empty.

      What can we do? What do you need to analyze this issue?

          [JENKINS-48001] Project performance test summary report in Jenkins is empty

          Yafim Kazak added a comment -

          Please add Jenkins version, Plugin version, os of the master and client. and log of the last build.
          Are there at least one succesful test build?

          Yafim Kazak added a comment - Please add Jenkins version, Plugin version, os of the master and client. and log of the last build. Are there at least one succesful test build?

          Oren Pelzman added a comment -

          Hello,

          You need to workaround the Content Security Policy Header introduced in Jenkins version 1.641.

          please have a look here:

          https://wiki.jenkins.io/display/JENKINS/HPE+Application+Automation+Tools#HPEApplicationAutomationTools-ContentSecurityPolicyHeader

           

          Let us know if that solves the issue.

           

          Thanks,

          Oren.

          Oren Pelzman added a comment - Hello, You need to workaround the Content Security Policy Header introduced in Jenkins version 1.641. please have a look here: https://wiki.jenkins.io/display/JENKINS/HPE+Application+Automation+Tools#HPEApplicationAutomationTools-ContentSecurityPolicyHeader   Let us know if that solves the issue.   Thanks, Oren.

          Sebastian Wilhelm added a comment - - edited

          Hi,

          I've tried the workaround with the CSP as described in the documentation.

          Now I can see the report. Thanks for that hint!

          But the left navigation doesn't work, despite I've used the more insecure command in the script console:

          System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "sandbox; default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; child-src 'self';")
          

          Any ideas?

           

          Kind regards,

          Sebastian

          Sebastian Wilhelm added a comment - - edited Hi, I've tried the workaround with the CSP as described in the documentation. Now I can see the report. Thanks for that hint! But the left navigation doesn't work, despite I've used the more insecure command in the script console: System .setProperty( "hudson.model.DirectoryBrowserSupport.CSP" , "sandbox; default -src 'none' ; img-src 'self' ; style-src 'self' 'unsafe-inline' ; script-src 'self' 'unsafe-inline' ; child-src 'self' ;" ) Any ideas?   Kind regards, Sebastian

          Hello Sebastian,

          Use 
          System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
          instead and clear the cache. This way CSP won't interfere with the plugin.

           

          Regards,

          Rolando

          Rolando-Mihai Vlad added a comment - Hello Sebastian, Use  System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") instead and clear the cache. This way CSP won't interfere with the plugin.   Regards, Rolando

          Daniel Gront added a comment -

          kapodar, Did the solution solved your problem?

          Daniel Gront added a comment - kapodar , Did the solution solved your problem?

          Daniel Gront added a comment -

          No response from the creator of the issue, please reopen the ticket if the issue persists.

          Daniel Gront added a comment - No response from the creator of the issue, please reopen the ticket if the issue persists.

            rolandomihaivlad Rolando-Mihai Vlad
            kapodar Sebastian Wilhelm
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: