Issue Type: Bug Bug
Assignee: Johannes Ohlemacher
Components: valgrind
Created: 21/Jun/14 6:56 PM
Description:

I run the following command as a build step manually (I also tried using the plugin to run valgrind with no effect on the output)

valgrind --tool=memcheck --leak-check=full --show-reachable=yes --undef-value-errors=yes --track-origins=yes --child-silent-after-fork=no --trace-children=no --error-exitcode=1 --xml=yes --xml-file=./my_report.valgrind ./my_executable;

my_report.valgrind is generated and it contains couple of errors. But the publisher doesn't seem to pick that up. And when I click on the Valgrind Result link in the my project's home page it tells me no errors

I've set the Report Pattern field to the expected xml name (i.e. wimatek_ps.valgrind).

Am I doing something wrong?

Below are the versions I'm using
Jenkins version 1.567
Valgrind plug-in version 0.20
Valgrind version valgrind-3.10.0.SVN

Project: Jenkins
Priority: Major Major
Reporter: Mohamed Galal El-Din
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to