Is there a way to show the result of
flutter analyze
which is executed during a Jenkins build on the result page, like e.g. this graph for Android:
Can we use the Warnings-NG plugin with recordIssues
-function? How to configure the function?
Is there a way to show the result of
flutter analyze
which is executed during a Jenkins build on the result page, like e.g. this graph for Android:
Can we use the Warnings-NG plugin with recordIssues
-function? How to configure the function?
I solved the issue by configuring a custom Groovy Parser as described here:
Name and ID are arbitrary values. Regular Expression:
^\[(.*)\] (.*) \((.*):(\d*):(\d*)\)
Mapping Script:Example Log Message:
Save the changes.
Using the Groovy Parser:
In your
Jenkinsfile
add this for declarative pipelines: