You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have a jenkins groovy job that uses bullshtml to generate the information needed to be displayed with the clover plugin. The code runs and I can see the coverage day with the OpenClover summary report, but when I go to display the data with the OpenClover HTML Report I see nothing. I know that the HTML information is generated but I really need it to display.
I have also confirmed that the html files created by bullseye are in the job directory for the job that I am looking at.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the repeated replies. THru my web browser I can look at the various html and png files there are in the bullseye report. So I think the issue is somewhere in index.html since the frames display but no content is visible in the frames.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the content of index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euckr"/>
<title>Coverage Report</title>
</head>
<frameset cols="20%,80%">
<frameset rows="40%,60%">
<frame src="frame_dirs.html" name="packageList" title="All Dirs"/>
<frame src="frame_files.html" name="sourceFileList" title="All File
s)"/>
</frameset>
<frame src="frame_summary.html" name="summary" title="Package, class and in
terface descriptions" scrolling="yes"/>
<noframes>
<body>
<p>This document is designed to be viewed using the frames
feature. If you see this message, you are using a frame-incapable web client.</p>
<p><a href="frame-summary.html">Click here to view a non-fr
ame version.</a></p>
</body>
</noframes>
</frameset>
</html>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So this seems to be a chrome issue because I can see the data in internet explorer and in firefox...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Atlassian Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. I'll be sharing with you a series of videos with my top tips on how to best use Tre...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.