Reports tab is not updated with report quantity

As in title, for me, Reports always show 0 inside parenthesis.

Hi Michal,

We have not been able to reproduce this issue. Any there any errors in the build log, Event Log page or in the console of the browser devtools?

Also let us know how these reports were generated and registered so that we that we replicate your scenario.

No error, for us it’s like that for some time now, it’s not new.
It’s not critical so I did not report it before.
It always shows REPORTS (0), regardles if I reload the page or open it again.

All of our reports are created from artifacts.
So first I copy report to server workspace, sometimes it’s saved as an artifact, but not always.
Most of them are zip files that are unzipped on copy ( feature I requested :slight_smile: ).
Then in report tab I put path to report on server workspace and that’s it.

Hi Michal,

We’d like to get this fixed. It works for us on our production server and in development - so we need information about your configuration so we can attempt to reproduce, Can you provide more details? Are you using the latest version of Continua?

Yes, I installed the newest version yesterday, but this issue is visible for long time.

I edited previous post, but let me add it here:
All of our reports are created from artifacts.
So first I copy report to server workspace, sometimes it’s saved as an artifact, but not always.
Most of them are zip files that are unzipped on copy ( feature I requested :slight_smile: ).
Then in report tab I put path to report on server workspace and that’s it.

Workspace operation:


Artifacts operation:

Reports tab:

OK - that might help - maybe the clue is that they are zipped when the reports are registered and therefore the actual files don’t exist and are not counted - I’ll look into this

Actually, no, as a test I used a simple XML file. Same behaviour:



While on the Reports tab, can you check the Network tab in your browser, there should be a “stagerefresh” post to the server labelled with the build number. This should return a json response as in this image.

What does it show for the Reports count?

0

Try putting $Workspace$/ in front of your report filename. We should add it if missing, but it looks like we currently don’t.

I will try that, but I went through some of other configurations with reports and sometimes it shows the report count, very strange…
Same unzipping mechanism used, same paths for reports:
Show the number, but it’s 2 not 3:


Shows 0:

OK, after adding $Workspace$/ before each report it started showing good count, even without running new build.

1 Like