Report export as Artifacts in GitLab

Hey!
I’m using Sonarqube on GitLabs with the Version 9.6.1 (build 59531), and I am trying to export reports as Artifacts. Is there an easy way that works fast? I already looked into using the API or Plugins but I want to know if there are other ways.

Thank you!

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

9.6.1 → 9.9.6 → 10.6 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

Regarding your question, there’s no functionality to export reports as a post-analysis artifact (i.e. as part of analysis end steps) which I believe is what you’re asking about.

PDF reports are available starting in Enterprise Edition($$), but you would need to pull them with the API.

The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann