Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-20 Thread Roshan Dawrani
On Fri, May 20, 2016 at 4:12 PM, Daniel Beck wrote: > > > On 20.05.2016, at 03:35, Roshan Dawrani wrote: > > > > I couldn't update to v2.5 though, due to > https://issues.jenkins-ci.org/browse/JENKINS-34013, which is still open > > > >

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-20 Thread Daniel Beck
> On 20.05.2016, at 03:35, Roshan Dawrani wrote: > > I couldn't update to v2.5 though, due to > https://issues.jenkins-ci.org/browse/JENKINS-34013, which is still open > > java.lang.NoSuchMethodError: >

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-19 Thread Roshan Dawrani
Thank you for replying, Daniel. This is how I finally did it y'day - downloaded the HPI files of the plugins that were not being shown due to their dependency on a minimum version of Jenkins and uploaded them to Jenkins /plugins directory using the "Advanced" UI of the plugin manager. After

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-19 Thread Daniel Beck
> On 19.05.2016, at 14:33, roshan wrote: > > However, as noted here in > https://issues.jenkins-ci.org/browse/JENKINS-23263?focusedCommentId=209734=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-209734, > I can't see the "JUnit Plugin" if I

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-19 Thread roshan
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

Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-19 Thread roshandawrani
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