Dear Confluence gurus!
We need to upload daily Cucumber reports from Jenkins into Confluence (non-cloud), preferably preserving at least some of the coloring and formatting such as summary etc. from the original Jenkins report.
Requirements:
Some confluence users do not have rights to Jenkins.
We tested execute a Jenkinsfile (stored in git) to perform the report import into confluence.
I have tested just import the report as a zip file (with a timestamped report filename) to a report page, which works fine, with some minor formatting lost.
However that approach requires the end-user to download the whole zip down to hard-disk from Confluence, before being able to display the report.
I would rather the cucumber report shown directly in Confluence. Might not need be the whole report, but ought at least be an ( black and white ) overview (html) report page.
We may use a plug-in, if that is a solution.
Is this possible?
Thanks in advance for any ideas.