The Jenkins release change log (v1.577) seems to say that junit stuff was taken out from the core into a separate plugin.
However, as noted here in https://issues.jenkins-ci.org/browse/JENKINS-23263?focusedCommentId=209734&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-209734, I can't see the *"JUnit Plugin"* if I go to *"Manage Plugins"* page. Why is that? Very puzzling that "hudson.tasks.junit.JUnitParser" stuff was taken out of Jenkins core but there doesn't seem a good way to make it re-available for other plugins like LabeledTestGroupsPublisher that depend on it. On Thursday, 19 May 2016 17:21:58 UTC+5:30, roshan wrote: > > Hi, > > I am trying to upgrade my Jenkins setup (from v1.4.x to v2.5) and running > into this error "java.lang.ClassNotFoundException: > hudson.tasks.junit.JUnitParser" among others. > > I checked and found that this class used to be in jenkins-core-1.471.jar > > However, I don't find it now in jenkins-core-2.5.jar. The whole > hudson.tasks.junit" package is missing. > > This class is referenced by "labeled-test-groups-publisher-plugin" and > this plugin is failing to load causing Jenkins to not come up. > > Can someone please help? > > Thanks, > Roshan > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7ec3aee1-2bfe-45e6-81d7-045f8722ffdc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
