jenkinsci/violations-plugin

Reasons are not displayed for jslint issues

Opened this issue · 5 comments

When the I view the violations report for my jslint issues, the reasons are not shown anywhere in the UI.

I see a full list of files that are in error, but upon clicking through I see only a blank page with a warning icon on it - the reasons are not put on the screen.

My jslint.xml is of this form:

<?xml version="1.0" encoding="UTF-8"?>
<jslint>    
    <file name="path/to/file.js">
        <issue line="8" char="1" reason="The reason for failure" />
    </file>
    ....
</jslint>

I believe this is a duplicate of #17 and or https://issues.jenkins-ci.org/browse/JENKINS-14291

The violations plugin basically can not find the files in the per file detailed report.

Will someone merge #13? :) If someone has an explanation too about why it's necessary to subclass just to get it to work, would be happy to hear!

Seems like this will never be fixed.

It was merged 3 months ago. :)

Thanks @rogerhu, but has it been published yet? I installed the latest from plugin manager and still couldn't see report for jslint file.