Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Valgrind Issues reporting #1909

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

panicking
Copy link
Contributor

Allow to use valgrindParser to report memory issues

The analytic-model already has the valgrind model. Just extend the plugin to use it.

recordIssues sourceCodeRetention: 'LAST_BUILD',
tool: valgrindParser(pattern: "out/test/memcheck.xml"),
qualityGates: [[threshold: 1, type: 'TOTAL_ERROR', criticality: 'FAILURE']]

Testing done

Deploy locally on latest jenkins instance version 2.489

Allow to use valgrindParser to report memory issues

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
@panicking
Copy link
Contributor Author

Screenshot from 2024-12-15 18-38-51
Screenshot from 2024-12-15 18-38-36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants