more Tool Installers: Need a free service that can build for OS/arch supported by Jenkins?

2015-10-16 Thread Martin Weber
Hi, does anybody know of a free service that can build C++ for the OSs/archs supported by Jenkins? Or at least for Linux/win/OS X? I made a tool-installer-plugin [2] to install ninja [1] , but unfortunately they only provide 64-bit binaries [3] for download. So I am looking for a way to make

Re: Using ItemListener.java

2015-10-16 Thread Jim SERRA
Ok thanks! I will have a look at it. On Thursday, October 15, 2015 at 11:05:39 PM UTC+2, Victor Martinez wrote: > > Hi, > > jobConfigHistory plugin uses that functionality, have you seen how it is > used in that plugin? > > Cheers > > On Thursday, 15 October 2015 11:45:38 UTC+2, Jim SERRA

Re: Using ItemListener.java

2015-10-16 Thread Jim SERRA
Hum strange I don't find my mistake. Frustrating... The logger doesn't return anything, It seems like it doesn't go in the listener after the delete. On Thursday, October 15, 2015 at 11:45:38 AM UTC+2, Jim SERRA wrote: > > Hi, > I'm trying to use ItemListener.java to do actions after a job is

Re: Using ItemListener.java

2015-10-16 Thread Vincent Latombe
If you're using eclipse, don't forget to call mvn clean hpi:run, and not mvn hpi:run (otherwise you're @Extension annotation is not picked up) Vincent 2015-10-16 12:29 GMT+02:00 Jim SERRA : > Hum strange I don't find my mistake. > Frustrating... > The logger doesn't

Make ogondza commiter to stapler/stapler

2015-10-16 Thread oliver gondža
Hi, I would like to become a commiter to integrate https://github.com/stapler/stapler/pull/55 and have a look at the rest. Thanks -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Submit all custom views after a restart Jenkins

2015-10-16 Thread Jim SERRA
I don't want to bother you with details but my plugin is not really well developped (I learned by myself), so in short there is some data stored in json files. So I prefer to do this way like that I can add some security in persistance. The Initializer is quite interesting ! But I don't

Re: Using ItemListener.java

2015-10-16 Thread Jim SERRA
Thanks ! It's working, I'm using Netbeans but I used to do build instead of clean and build, I didn't know @Extension need a clean Jim, On Friday, October 16, 2015 at 4:04:11 PM UTC+2, Vincent Latombe wrote: > > If you're using eclipse, don't forget to call mvn clean hpi:run, and not > mvn

Submit all custom views after a restart Jenkins

2015-10-16 Thread Jim SERRA
Hello, I have a plugin which manage custom views and portlets. I don't if it's possible but I would like to submit automatically all my customs views each time after my server Jenkins restart. Regards, Jim. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Adopt-a-plugin!

2015-10-16 Thread Daniel Beck
On 06.10.2015, at 13:49, jieryn wrote: > https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Report+Card > > I wrote a backend job that produces a report of plugins which > "probably" are neglected. Neglected in this context being a plugin > with required core that is very old.

Re: Adopt-a-plugin!

2015-10-16 Thread Daniel Beck
On 05.10.2015, at 17:04, Daniel Beck wrote: > Hi everyone, > > One problem that's been apparent for a while is that maintainers appear to > lose interest in their plugins. While we're set up to handle this situation > and can appoint other maintainers, it seems that more

Re: Submit all custom views after a restart Jenkins

2015-10-16 Thread Robert Sandell
Well what I was suggesting was to create your custom view in code and then add it to the ViewGroup (a.k. Jenkins) Jenkins.getActiveInstance().addView(new MyCustomView(...)) /B On Fri, Oct 16, 2015 at 5:39 PM, Jim SERRA wrote: > I don't want to bother you with details

Re: Make ogondza commiter to stapler/stapler

2015-10-16 Thread Kohsuke Kawaguchi
Done! 2015-10-16 8:23 GMT-07:00 oliver gondža : > Hi, > > I would like to become a commiter to integrate > https://github.com/stapler/stapler/pull/55 and have a look at the rest. > > Thanks > -- > oliver > > -- > You received this message because you are subscribed to the