Re: Jenkins Plugin Wiki Question

2015-09-16 Thread Jesse Glick
On Wed, Sep 16, 2015 at 12:48 AM, Daniel Beck wrote: > You need Maven to do anything anyway, and `mvn -U > org.jenkins-ci.tools:maven-hpi-plugin:create` is trivial to run. Yet we have > some random service that does basically the same thing Agreed, I think the effort would be

Re: Jenkins Plugin Wiki Question

2015-09-15 Thread Richard Bywater
+1 - I think the resources to create & keep stuff running is already stretched so having something that doesn't really add any value just seems to be throwing people's time away? Richard. On Wed, 16 Sep 2015 at 16:48 Daniel Beck wrote: > I never understood this. You need

Re: Jenkins Plugin Wiki Question

2015-09-15 Thread Daniel Beck
I never understood this. You need Maven to do anything anyway, and `mvn -U org.jenkins-ci.tools:maven-hpi-plugin:create` is trivial to run. Yet we have some random service that does basically the same thing needs to be kept running -- something we're clearly not good at. What am I missing? On

Re: Jenkins Plugin Wiki Question

2015-09-15 Thread Kohsuke Kawaguchi
Yeah, we lost this service. I need to find a new home for it, but I got a bit of push back from other admins about running a random service like this. Maybe if we wrap this into a container and make sure it gets auto-restarted when it dies, perhaps that would help reduce the operational