| I have set ignoreQualityGate to true and for the past two builds I am getting the same issues highlighted as new as the files have not been changed. Below are 3 examples of over 80 of these. The following may be important:
- The reference build shown against all these build is build #276 even though I have ignoreQualityGate true.
- Build #287 and a number of builds before this had projects failed to build but quality statistics were generated as I am using the -fn option. Should I be using the run always option instead?
- One of the changes in build #288 is a new version of checkstyle.
Build #288 - I expected these failures as this project had failed to build so there were no statistics produced so these then look 'fixed'. ExportMsDocumentServiceImpl.java:130 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 ExportMsDocumentServiceImpl.java:131 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 ExportMsDocumentServiceImpl.java:132 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 Build #289 - I did not expect this again. Which build was this evaluated against? The last build which failed or the last successful build? ExportMsDocumentServiceImpl.java:130 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 ExportMsDocumentServiceImpl.java:131 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 ExportMsDocumentServiceImpl.java:132 com.unisys.holmes2.h2ng.export.business.impl Indentation IndentationCheck Normal 1 On the description of the option, what about the following: 'If checked, then the result of the quality gate is ignored when selecting a reference build and will evaluate the issue age and new/existing against the previous build instead of the reference build. This option is disabled by default so a failing quality gate will be passed from build to build until the original reason for the failure has been resolved.' |