Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread Baptiste MATHUS
Hi, Congrats for that plugin, I really like the idea. Did you consider merging it somehow with the Priority Sorter Plugin? I feel this would be great to combine both the feature of your plugin (starting a job anyhow) + use the priority to preferably choose the lowest priority job/build to stop.

Re: Disk usage plugin

2013-07-31 Thread Baptiste MATHUS
+1. I don't know if you had that kind of thing in mind, but I think this would be great to be able to dig into details recursively and maybe in some period, but I'm also conscious this would need a lot of disk space to store all those details. I can create the corresponding JIRA if you feel this

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread nicolas de loof
forked as https://github.com/jenkinsci/accelerated-build-now-plugin 2013/7/31 Baptiste MATHUS bmat...@batmat.net Hi, Congrats for that plugin, I really like the idea. Did you consider merging it somehow with the Priority Sorter Plugin? I feel this would be great to combine both the

RE: cucumber-reports-plugin

2013-07-31 Thread James Nord (jnord)
I've created a pull request[1] for the jenkinsci repo so that others can comment on this rather than just pulling the trigger. /James [1] https://github.com/jenkinsci/cucumber-reports-plugin/pull/1 From: Kingsley Hendrickse [mailto:kings...@masterthought.net] Sent: 31 July 2013 13:44 To: James

Re: Resources in src/main/webapp is missing when plugin is deployed

2013-07-31 Thread Jesse Glick
On Wed, Jul 31, 2013 at 4:58 AM, Daniel Olausson d.olaus...@gmail.com wrote: What do you mean with Cf. Plugin.doDynamic? Just a reference to core sources in case you needed to debug further. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group.

Log message missing correct SVNExternalDetails.toString() information

2013-07-31 Thread Hartmut Kühn
Hi all, I don't know, if this is the right place to send this. I am missing correct SVNExternalsDetails.toString() information in my build logs, when using SVN externals: AUtools\SetupTools\lib\jdom\jdom-1.1.1.jar AUtools\SetupTools\lib\jdom\jdom-1.1.1.zip Hole

Need some advice on what to put and not to put on repo.jenkins-ci.org

2013-07-31 Thread Sandell, Robert
Hi, The Gerrit Trigger plugin is a multi module project, the plugin, a library for connecting and receiving stream events from Gerrit and one module that contains common build config stuff. I originally intended for the events module to be standalone and I've recently been asked to extract it

Re: Need some advice on what to put and not to put on repo.jenkins-ci.org

2013-07-31 Thread nicolas de loof
no problem for me to keep it hosted on jenkins-ci.org 2013/7/31 Sandell, Robert robert.sand...@sonymobile.com Hi, The Gerrit Trigger plugin is a multi module project, the plugin, a library for connecting and receiving stream events from Gerrit and one module that contains common build

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread Anthony Dahanne
Hello Baptiste, Nicolas @Nicolas : thank you for the fork ! Now, I am wondering if it was something I really needed or not... I have 2 questions actually : * I thought I needed to have my plugin repo forked to jenkins github account before I would able to publish it to Jenkins plugins, but I

Re: Disk usage plugin

2013-07-31 Thread Vojtech Juranek
Hi, I am not very satisfied how Disk usage plugin works, so I am going to rewrite it according to my needs and jiras which are created. I've assigned you recently created JENKINS-18962 [1]. Feel free to assign yourself any other feature request from disk-usage plugin component [2], e.g.

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread nicolas de loof
2013/7/31 Anthony Dahanne anthony.daha...@gmail.com Hello Baptiste, Nicolas @Nicolas : thank you for the fork ! Now, I am wondering if it was something I really needed or not... I have 2 questions actually : * I thought I needed to have my plugin repo forked to jenkins github account

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread Anthony Dahanne
my github id is : anthonydahanne thanks ! On Wed, Jul 31, 2013 at 12:24 PM, nicolas de loof nicolas.del...@gmail.comwrote: 2013/7/31 Anthony Dahanne anthony.daha...@gmail.com Hello Baptiste, Nicolas @Nicolas : thank you for the fork ! Now, I am wondering if it was something I really

Re: Bytecode Compatibility Transformer

2013-07-31 Thread Kohsuke Kawaguchi
On 07/30/2013 09:01 PM, Domi wrote: In your example, how @AddaptField know to which type he should adapt the field? e.g. Why to List instead and not Collection? The current type of the field is what it adapts to. @AdaptField protected volatile DescribableList... triggers =

Re: Autoinstaller plugin providing directory to the PATH

2013-07-31 Thread Kohsuke Kawaguchi
You override ToolInstallation.buildEnvVars() Its Javadoc explains how to add it, and see JDK.buildEnvVars() for a concrete example. On 07/30/2013 03:07 PM, Frédéric Camblor wrote: Hi everyone, I'm lacking in Jenkins API knowledge to be able to provide a specific directory to the PATH

Requesting review and/or commit access to rake-plugin

2013-07-31 Thread Olivier Dagenais
Hi, Two weeks ago, I submitted pull request #13https://github.com/jenkinsci/rake-plugin/pull/13 to fix JENKINS-18822 https://issues.jenkins-ci.org/browse/JENKINS-18822 that is affecting us (and possibly a few more people - see comments added in June to JENKINS-7530

Re: Bytecode Compatibility Transformer

2013-07-31 Thread Jesse Glick
On Tue, Jul 30, 2013 at 7:38 PM, Kohsuke Kawaguchi kkawagu...@cloudbees.com wrote: @AdaptField protected volatile DescribableList... triggers = ... @AdaptField(DESCRIPTOR) @Restricted(NoExternalUse.class) public static DescriptorImpl _getDescriptor() { return ...;

Re: Need some advice on what to put and not to put on repo.jenkins-ci.org

2013-07-31 Thread Jesse Glick
On Wed, Jul 31, 2013 at 10:55 AM, Sandell, Robert robert.sand...@sonymobile.com wrote: Hosting it on central seems like a big pain compared to keeping it here. Get yourself an OSSRH account and publish it on Central; it is not that much work, and it is better for your users. -- You received

Dynamically build drop down from XML

2013-07-31 Thread cscott952
Is it possible to build a drop down box by parsing a XML external to Jenkins? I'd like to create a job that sets a build version for deployment based on a drop down dynamically generated by the XML file. -- View this message in context: