acdha created JENKINS-12645:
-------------------------------
Summary: Violations plugin reports its own failures as build
failures
Key: JENKINS-12645
URL: https://issues.jenkins-ci.org/browse/JENKINS-12645
Project: Jenkins
Issue Type: Bug
Components: violations
Reporter: acdha
Assignee: peterkittreilly
Violations will cause a build to be marked as failed due to build configuration
problems - for example if the coverage.py HTML path is empty or incorrect, the
build will inaccurately be reported as failing and spam innocent committers. It
should be marked as aborted or some other state indicating that the tests
actually passed but there was something wrong within the Jenkins environment.
{{{
ERROR: failed to find coverage HTML reports
Build step 'Publish coverage.py HTML reports' changed build result to FAILURE
}}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira