Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Krishna Kishore
Hi Ullrich, As correctly pointed by you I am having issue with releasing snapshots. I looked at the suggestions listed in the link mentioned by you, but they are not working for me. I am using the following commands for releasing the plugin: mvn

Re: Plugin with dependency using ServiceLoader cannot locate service

2014-10-10 Thread Harald Albers
On 9 Oct 2014 at 18:31, Jesse Glick wrote: On Thu, Oct 9, 2014 at 3:55 PM, Harald Albers jenkins-...@albersweb.de wrote: The guys seem to be preparing for an alternative implementation using unix sockets. Using jnr-unixsocket? That would be quite welcome; cf. JENKINS-23301. I don't

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-10 Thread Dimitri Tenenbaum
Thank you Kohsuke, it works! Am Mittwoch, 8. Oktober 2014 22:59:54 UTC+2 schrieb Kohsuke Kawaguchi: Yes, my bad, this is bubbling up in my priority list as JUC approaches... On 10/07/2014 11:20 AM, Leonardo Kobus wrote: I'm interested in this situation too. Em terça-feira, 7 de

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-10 Thread Leonardo Kobus
Thank's KK! 2014-10-10 11:47 GMT-03:00 Dimitri Tenenbaum dim.tb...@gmail.com: Thank you Kohsuke, it works! Am Mittwoch, 8. Oktober 2014 22:59:54 UTC+2 schrieb Kohsuke Kawaguchi: Yes, my bad, this is bubbling up in my priority list as JUC approaches... On 10/07/2014 11:20 AM, Leonardo

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-10 Thread Kohsuke Kawaguchi
I've added another build slave and moved the resource intensive stats computation over there. So the stat computation is back on track. 2014-10-10 7:49 GMT-07:00 Leonardo Kobus leonardo.ko...@gmail.com: Thank's KK! 2014-10-10 11:47 GMT-03:00 Dimitri Tenenbaum dim.tb...@gmail.com: Thank you

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
I see. The workaround does not work if your project is not in the root folder of the git project. You need to move your sources one level up the folder hierarchy. I hope that this annoying bug will be fixed by the maven-release-plugin in the near future… Am 09.10.2014 um 17:51 schrieb

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Jesse Glick
On Fri, Oct 10, 2014 at 2:23 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: The workaround Sorry, which workaround are you referring to? does not work if your project is not in the root folder of the git project. What is the bug then? If you have a multimodule project, normally you would

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
Am 10.10.2014 um 20:42 schrieb Jesse Glick jgl...@cloudbees.com: On Fri, Oct 10, 2014 at 2:23 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: The workaround Sorry, which workaround are you referring to? specifying version 2.5 explicitly on the command line does not work if your

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Jesse Glick
On Fri, Oct 10, 2014 at 3:04 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: which workaround are you referring to? specifying version 2.5 explicitly on the command line Ah, well that is just using a new plugin version, which you would also get by using a newer parent POM. The release plugin

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
Am 10.10.2014 um 21:19 schrieb Jesse Glick jgl...@cloudbees.com: On Fri, Oct 10, 2014 at 3:04 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: which workaround are you referring to? specifying version 2.5 explicitly on the command line Ah, well that is just using a new plugin version,

Re: New plugin (pushbullet-client) hosting and repository Request

2014-10-10 Thread Hakan Tandoğan
During development, I realized that the plugin actually has two seperate components, one credentials provider (the existing ones don't fulfill my requirements) and one build notifier. So, could you please clone: https://github.com/hakan42/pushbullet-credentials-plugin and

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Krishna Kishore
Hi Ullrich, Using maven-scm-provider-gitexe 1.9.2 has worked for me. Thanks for your solution and saving my weekend :) Regards, Kishore On Saturday, 11 October 2014 01:13:02 UTC+5:30, Ullrich Hafner wrote: Am 10.10.2014 um 21:19 schrieb Jesse Glick jgl...@cloudbees.com javascript::

Re: Trouble extending MatrixProject

2014-10-10 Thread Tyler Fitch
Hi Jesse and anyone else following along, I've got more info around my problem. It's possible my problem because I don't have a good understanding of how to use generics and inheritance. So any advice is appreciated. I've found the MultiBranchProject and BranchProjectFactory both throw