-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.263.1
Warnings-ng-plugin 8.5.0
Analysis Model API Plugin 9.6.0
I have the following doxygen output and no warning is parsed with the recordIssue Step
warning: tag INPUT: input source `../../example/inc/example2.h' does not exist
warning: source ../../example/inc/example2.h is not a readable file or directory... skipping.
recordIssues(tools: [doxygen(pattern: '<path to doxygen file>')])
18:03:58 [Doxygen] Successfully parsed file /path/to/file/doxygenerror.log
18:03:58 [Doxygen] -> found 0 issues (skipped 0 duplicates)
According to drulli
"The doxygen parser actually is using the GCC parser internally. I think this is the reason that it does not handle all error messages correctly"
- relates to
-
JENKINS-60469 Doxygen parser not detecting error
- Open
-
JENKINS-61855 Doxygen parser doesn't detect Doxygen Warnings
- Open
-
JENKINS-64541 Doxygen parser writes message to filename
- Open
- links to