Re: Any takers for copy-to-slave plugin ownership

2016-04-12 Thread Slide
It just makes sure it doesn't fall through the cracks. On Tue, Apr 12, 2016, 20:29 Vivekanand S V wrote: > I will let him do that. And sorry, I didn't know these things needed to be > filed as an issue. > > @Sergey Shelomentsev, can you please follow the procedure ? > >

Re: Any takers for copy-to-slave plugin ownership

2016-04-12 Thread Vivekanand S V
I will let him do that. And sorry, I didn't know these things needed to be filed as an issue. @Sergey Shelomentsev, can you please follow the procedure ? Vivek. On Tue, 12 Apr 2016 at 22:50 Slide wrote: > Can you please file an issue in the HOSTING project on >

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread 'Dan Alvizu' via Jenkins Developers
Awesome thanks! On Tue, Apr 12, 2016 at 1:43 PM, Manfred Moser wrote: > Nice ;-) > > On Tue, Apr 12, 2016 at 12:39 PM, Jesse Glick > wrote: > >> On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: >> > Yes there is. We got this

Re: XMLUtilsTest.java failure?

2016-04-12 Thread Antonio Muñiz
Could `LogManager.getLogManager()` be returning null here for some reason? On Sun, Apr 10, 2016 at 11:38 PM, Craig Rodrigues wrote: > Hi, > > I have been getting e-mail

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread Manfred Moser
Nice ;-) On Tue, Apr 12, 2016 at 12:39 PM, Jesse Glick wrote: > On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: > > Yes there is. We got this published and done via mojohaus recently > > My apologies; looked for it in my Maven repository index and

Re: I can't use archetype and set java.version to "8"

2016-04-12 Thread Jesse Glick
On Fri, Apr 8, 2016 at 5:04 PM, Manfred Moser wrote: > Yes there is. We got this published and done via mojohaus recently My apologies; looked for it in my Maven repository index and it did not show up there for some reason. Anyway,

Re: SNAPSHOT downloading failed

2016-04-12 Thread Baptiste Mathus
Hi Arshad, >From your screenshot, I think this is because you cd'ed into the core directory (and core depends on cli), but didn't build the cli locally and I don't think the 2.0-rc2-SNAPSHOT did ever get pushed somewhere. You actually want to build the project from the root as a default. Read

SNAPSHOT downloading failed

2016-04-12 Thread Arshad Khan
Hello, I am getting some errors in all pom files of my jenkins project. I am using linux mint 17 mate and using eclipse with openjdk1.7. What should I do to remove this error? BR, Arshad -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Re: Any takers for copy-to-slave plugin ownership

2016-04-12 Thread Vivekanand S V
Ping... Can someone please take care of this request. On Fri, Apr 8, 2016, 17:59 Vivekanand S V wrote: > Great! Someone with the required permissions will transfer the ownership > to you soon. > > On Fri, 8 Apr 2016 at 15:44 Sergey Shelomentsev < >

Re: custom-tools plugin: adding support for 7z-files

2016-04-12 Thread Martin Hjelmqvist
Hello again. Been away for a while, but I'm back at it again. Got a couple of questions also. So, using the format 7z *might* cause a problem due to the endianness of the format. *1.* How does the current extraction of tar.gz/zip files handle this issue? As far as I know the extraction is

replace variable to real value in build step

2016-04-12 Thread Shurik
Hi, I write build step plugin that has few parameters in the configuration page. I want to support the option to use the "This build is parameterized" parameters in my configuration. How I can translate the $PARAM to the real value via code. e.g. I added the FILE_LOCATION string parameter in

Re: Global cache for various jobs using the same plugin

2016-04-12 Thread Robert Sandell
Just annotate any class with @Extension and Jenkins will instantiate it as a singelton and manage it's lifecycle. You can get it via ExtensionList.lookup(YourClass.class) And for good measure annotate it with @Restricted(NoExternalUse) to hinder other plugins from using it. /B On Tue, Apr 12,

Requesting commit access to selenium-plugin

2016-04-12 Thread Rouke Broersma
I have tried contacting the current maintainer but have received no reply for some weeks. I am finally happy with the changes I have made and think they could be merged. I have even been contacted by a plugin user who has asked me to continue working on my changes, and who has helped test the

Re: Need help on stale plugin selenium grid plugin

2016-04-12 Thread Rouke Broersma
I have figured out that the forkCount=0 was defined in pluginManagement instead of plugins and was therefore never applied. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it,