• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • jacoco-plugin
    • Ubuntu 14.04 LTS x64 Oracle JDK 1.7 Jenkins 1.614

      We have used jenkins for a while successfully, but now we are facing a issue, we cannot handle anymore ourself. Also the Jenkins takes roughly 10 minutes to load now the pages. So we are nearly lost now with the jenkins...

      basically I am getting similar issues like this (see the attached logfile)
      WARNING: Caught exception evaluating: it.getJaCoCoCoverageResultSummary(jobs) in /jenkins/. Reason: java.lang.ClassCastException: com.cloudbees.hudson.plugins.folder.Folder cannot be cast to hudson.model.Job
      java.lang.ClassCastException: com.cloudbees.hudson.plugins.folder.Folder cannot be cast to hudson.model.Job

      Hope someone can provide us a workaround?

          [JENKINS-28538] CCE after Upgrade to 1.6 Jenkins

          Daniel Beck added a comment -

          This issue is caused between Dashboard View Plugin and JaCoCo plugin – the latter expects everything displayed to be a Job. Whether that's correct, and Dashboard View delivers too much, or JaCoCo is wrong in assuming it receives anything more specific than (TopLevel)Item I cannot say.

          Folder is only involved because the responsible item here is of that type and unexpected by JaCoCo.

          Daniel Beck added a comment - This issue is caused between Dashboard View Plugin and JaCoCo plugin – the latter expects everything displayed to be a Job. Whether that's correct, and Dashboard View delivers too much, or JaCoCo is wrong in assuming it receives anything more specific than (TopLevel)Item I cannot say. Folder is only involved because the responsible item here is of that type and unexpected by JaCoCo.

          I don't think this is a bug in the dashboard-view-plugin, but in the jacoco-plugin. Removing dashboard-view for now.

          Tobias Gruetzmacher added a comment - I don't think this is a bug in the dashboard-view-plugin, but in the jacoco-plugin. Removing dashboard-view for now.

            petehayes Peter Hayes
            cilap Darko Palic
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: