[JIRA] (JENKINS-51138) Links inside LoadRunner Analysis Reports not working [Performance Report]

17 views
Skip to first unread message

spb.sqad@gmail.com (JIRA)

unread,
May 4, 2018, 8:59:01 AM5/4/18
to jenkinsc...@googlegroups.com
Perftst1 SQAD created an issue
 
Jenkins / Bug JENKINS-51138
Links inside LoadRunner Analysis Reports not working [Performance Report]
Issue Type: Bug Bug
Assignee: Ofir Shaked
Attachments: Analysis Summary Page.PNG, Hyperlink sample page.PNG
Components: hp-application-automation-tools-plugin
Created: 2018-05-04 12:58
Environment: Jenkins version 2.89 using IE 11
Labels: hp-application-automation-tools
Priority: Major Major
Reporter: Perftst1 SQAD

After executing a build using the hp-application-automation-tools-plugin 5.3 with the Execute HPE tests from file system build and Publish HPE test results, we go to the Performance Report and click on the hyperlink to see the LoadRunner Analysis Report.  This report shows the Summary page only.  The left hand links (i.e. Running vusers, Hits per second, etc...) are not accessible (e.g. when clicking on them nothing happens).

Even when we paste the URL from the links into the browser we are taken to a page with no graph (see attached)

 

We ran the following script but it did not work for us (didn't resolve this issue) 

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';")

 

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

kazak@hpe.com (JIRA)

unread,
May 14, 2018, 8:49:02 AM5/14/18
to jenkinsc...@googlegroups.com

daniel.gront@hpe.com (JIRA)

unread,
Jun 27, 2018, 12:46:02 AM6/27/18
to jenkinsc...@googlegroups.com
Daniel Gront updated an issue
Change By: Daniel Gront
Labels: LoadRunner hp-application-automation-tools
This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)

rolando-mihai.vlad@hpe.com (JIRA)

unread,
Jul 16, 2018, 3:31:03 AM7/16/18
to jenkinsc...@googlegroups.com
Rolando-Mihai Vlad commented on Bug JENKINS-51138
 
Re: Links inside LoadRunner Analysis Reports not working [Performance Report]

Hello,

Run the following script instead System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "").

 

Regards,

Rolando

rolando-mihai.vlad@hpe.com (JIRA)

unread,
Jul 16, 2018, 5:48:01 AM7/16/18
to jenkinsc...@googlegroups.com
Rolando-Mihai Vlad edited a comment on Bug JENKINS-51138
Hello,

Run the following script instead System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
and force a cache refresh by pressing ctrl+f5 on the page you are viewing .

 

Regards,

Rolando

daniel.gront@hpe.com (JIRA)

unread,
Jul 23, 2018, 9:16:02 AM7/23/18
to jenkinsc...@googlegroups.com

rolando-mihai.vlad@hpe.com (JIRA)

unread,
Jul 24, 2018, 7:54:01 AM7/24/18
to jenkinsc...@googlegroups.com
Rolando-Mihai Vlad started work on Bug JENKINS-51138
 
Change By: Rolando-Mihai Vlad
Status: Open In Progress

daniel.gront@hpe.com (JIRA)

unread,
Jul 25, 2018, 1:18:03 AM7/25/18
to jenkinsc...@googlegroups.com
Daniel Gront commented on Bug JENKINS-51138
 
Re: Links inside LoadRunner Analysis Reports not working [Performance Report]

Perftst1 SQAD is the given solution solved your issue? can we close this issue?

daniel.gront@hpe.com (JIRA)

unread,
Aug 24, 2018, 2:44:02 PM8/24/18
to jenkinsc...@googlegroups.com
Daniel Gront stopped work on Bug JENKINS-51138
 
Change By: Daniel Gront
Status: In Progress Open

daniel.gront@hpe.com (JIRA)

unread,
Aug 24, 2018, 2:46:01 PM8/24/18
to jenkinsc...@googlegroups.com
Daniel Gront closed an issue as Incomplete
 

No response from the creator, If the issue reoccurs please reopen the ticket.

Change By: Daniel Gront
Status: Open Closed
Resolution: Incomplete

sudhakar15.dev@gmail.com (JIRA)

unread,
May 14, 2019, 10:17:01 AM5/14/19
to jenkinsc...@googlegroups.com
sudhakar sidhu assigned an issue to sudhakar sidhu
Change By: sudhakar sidhu
Assignee: Rolando-Mihai Vlad sudhakar sidhu
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

sudhakar15.dev@gmail.com (JIRA)

unread,
May 14, 2019, 10:17:02 AM5/14/19
to jenkinsc...@googlegroups.com

sudhakar15.dev@gmail.com (JIRA)

unread,
May 14, 2019, 10:21:02 AM5/14/19
to jenkinsc...@googlegroups.com
sudhakar sidhu reopened an issue
Change By: sudhakar sidhu
Resolution: Incomplete
Status: Closed Reopened

sudhakar15.dev@gmail.com (JIRA)

unread,
May 14, 2019, 10:21:02 AM5/14/19
to jenkinsc...@googlegroups.com
sudhakar sidhu commented on Bug JENKINS-51138
 
Re: Links inside LoadRunner Analysis Reports not working [Performance Report]

Hello, 

We are having same issue running System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")  in script console resolved issue temporarily every time Jenkins is re-started  its not working.

Can you provide arguments that we can add to Jenkins.xml to resolve issue permanently please.  

Regards,
Sudhakar 

daniel.gront@microfocus.com (JIRA)

unread,
May 19, 2019, 1:37:01 AM5/19/19
to jenkinsc...@googlegroups.com

rolando-mihai.vlad@microfocus.com (JIRA)

unread,
May 27, 2019, 5:30:01 AM5/27/19
to jenkinsc...@googlegroups.com
Rolando-Mihai Vlad commented on Bug JENKINS-51138
 
Re: Links inside LoadRunner Analysis Reports not working [Performance Report]

Hello Sudhakar,

You have to modify the java command when running jenkins (java -Dhudson.model.DirectoryBrowserSupport.CSP= -jar jenkins.war). Please check https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy.

 

Regards,

Rolando

sudhakar15.dev@gmail.com (JIRA)

unread,
May 29, 2019, 11:58:01 AM5/29/19
to jenkinsc...@googlegroups.com

Hi Rolando,

I was able to run the java commands successfully. Issue is resolved reports links are working now thanks for support.

--Sudhakar

rolando-mihai.vlad@microfocus.com (JIRA)

unread,
Jul 8, 2019, 8:43:02 AM7/8/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages