Re: Git Polling fails after upgrade

2016-08-11 Thread Mark Waite
The previous plugin version is usually stored in the plugins directory as plugins/*.bak. If you copy the plugins/*.[hj]pi file to a safe location, you can then copy the .bak file over the existing hpi or jpi file. The next time jenkins starts, it will unpack that file and use it as the plugin. M

Re: Git Polling fails after upgrade

2016-08-10 Thread Tecno Brain
It also seems related to this https://issues.jenkins-ci.org/browse/JENKINS-36249 But without the UI, how do I change the plugin being used? On Wednesday, August 10, 2016 at 4:15:00 PM UTC-7, Tecno Brain wrote: > > I am getting a similar problem: > > I get this error: > SEVERE: found cycle

Re: Git Polling fails after upgrade

2016-08-10 Thread Tecno Brain
I am getting a similar problem: I get this error: SEVERE: found cycle in plugin dependencies: (root=Plugin:git, deactivating all involved) Plugin:git -> Plugin:workflow-scm-step -> Plugin:git Followed by several exceptions. How do I revert to the previous versions or upgrade to the righ

Re: Git Polling fails after upgrade

2016-06-30 Thread Lionel Orellana
That worked. Thanks. On Friday, 1 July 2016 14:56:54 UTC+10, Mark Waite wrote: > > You need to upgrade the workflow pipeline components in addition to the > git plugin. The git workflow SCM step really belongs inside the git > plugin, so we moved it there as part of git plugin 2.5.0. > > On Th

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
You need to upgrade the workflow pipeline components in addition to the git plugin. The git workflow SCM step really belongs inside the git plugin, so we moved it there as part of git plugin 2.5.0. On Thu, Jun 30, 2016 at 10:55 PM Lionel Orellana wrote: > Not related to my original problem whic

Re: Git Polling fails after upgrade

2016-06-30 Thread Lionel Orellana
Not related to my original problem which was fixed with one of the latest builds, there is an issue with the Git plugin. I get the errors I mentioned before when upgrading to 2.5.0 even with jenkins core 2.12-SNAPSHOT. Manually reverting back to Git plugin 2.4.4 works. On Friday, 1 July 2016

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
You need to upgrade the workflow pipeline components in addition to the git plugin. The git workflow SCM step really belongs inside the git plugin, so we moved it there as part of git plugin 2.5.0. Mark Waite On Thu, Jun 30, 2016 at 9:40 PM Lionel Orellana wrote: > Thanks Mark. > > > On Friday

Re: Git Polling fails after upgrade

2016-06-30 Thread Lionel Orellana
Thanks Mark. On Friday, 1 July 2016 13:28:40 UTC+10, Mark Waite wrote: > > Looks like that might be fixed in the latest source code. Refer to > https://github.com/jenkinsci/jenkins/commit/6d29dd4554345aed2905e8ab32da678e301736a7#diff-b2027094e76e9b99db901e8cd779e580 > . > > Seems to be document

Re: Git Polling fails after upgrade

2016-06-30 Thread Lionel Orellana
If I upgrade the Git plugin to 2.5.0 from 2.4.4 I get SEVERE: found cycle in plugin dependencies: (root=Plugin:git, deactivating all involved) Plugin:git -> Plugin:workflow-scm-step -> Plugin:git and all hell breaks loose. WARNING: Failed to load net.uaznia.lukanus.hudson.plugins.gitparamet

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
Looks like that might be fixed in the latest source code. Refer to https://github.com/jenkinsci/jenkins/commit/6d29dd4554345aed2905e8ab32da678e301736a7#diff-b2027094e76e9b99db901e8cd779e580 . Seems to be documented as a bug in Jenkins 2.11, https://issues.jenkins-ci.org/browse/JENKINS-36232 . Y