Michal Turek commented on Bug JENKINS-7279

This is (was) more likely issue of the multi-configuration project and its user interface.

"Cppcheck Results" link in menu on top level project page results to "No valid cppcheck data available", which is correct. More user friendly would be to show no link here, but it is (probably) impossible.

    // CppcheckProjectAction class
    public String getDisplayName() {
        return Messages.cppcheck_CppcheckResults();
    }

Each configuration/axis page shows "Cppcheck Results" link in Jenkins 1.532.2 (latest LTS) and the data are available there. Jenkins 1.447 didn't show the link on that page and the user might be confused. There was different sequence of links/pages to show the data.

The issue was solved in the multi-configuration code in the meantime, you should update your Jenkins.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to