Looking through the source for the checkstyle-report pipe, name appears to be hardcoded to "Checkstyle". When executing a pipeline that generates multiple checkstyle reports, it would be useful to customize this name so that it is easier to distinguish between reports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello guys,
Do we have a solution for this?
I'm facing the same issue: multiple steps running in parallel with fail-fast=false producing multiple checkstyle-reports via after-script hook, the Report Window (from PR or Pipeline result) shows only the later and only their comments are left on code.
Do you know any other setting I could add to pipeline to show more than one checkstyle-reports result to the Report?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
Also had the same issue with multiple reports.
Have a look at "CHECKSTYLE_REPORT_ID" field? It appears it needs to be different for each report according to the docs
https://bitbucket.org/atlassian/checkstyle-report/pull-requests/8#LREADME.mdF22T23
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.