Hardware resource plugin

2013-02-07 Thread Justin Ryan
In there iOS plugin there some concepts of a physical device attached to a slave, and executors are assigned to each one. Is there a more generic plugin that can do the same thing for arbitrary devices? For example, I'd like to have a slave with 4 serial ports, and have one executor dedicated to

Re: Use of XML Entities in Job Configurations

2013-02-06 Thread Justin Ryan
? Asmund On Tue, Feb 5, 2013 at 11:10 PM, Justin Ryan quidr...@gmail.com wrote: The job-dsl has been chugging away and is adding features on a regular basis. It's used internally at a few companies already. On Tue, Feb 5, 2013 at 1:46 AM, Åsmund Østvold asmu...@gmail.com wrote: As Chris

Re: New plugin: job-dsl-plugin

2012-12-21 Thread Justin Ryan
* twitter: @al94781 http://twitter.com/al94781 blog: the-music-of-time.blogspot.com flickr: flickr.com/photos/andrewbrucelaw On 26 July 2012 06:06, Justin Ryan quidr...@gmail.com wrote: Thanks. I jumped on IRC and got my id added. On Wed, Jul 25, 2012 at 6:57 PM, Kohsuke Kawaguchi k

BuildHive for job-dsl-plugin

2012-12-20 Thread Justin Ryan
BuildHive for the job-dsl-plugin project doesn't seem to be setup properly, and it appears that it requires administrative rights to are required to set the hooks up properly. Can someone fix it?

Re: Job Templatator

2012-11-18 Thread Justin Ryan
Just to be clear the job-dsl plugin can generate ANY xml seen in the config.xml. There just happens to be some dsl method which make it easier to generate the xml for common plugins, we're adding new dsl methods all the time. Likewise we can use another job config as a base for the new job, so if

Re: Job Templatator

2012-11-16 Thread Justin Ryan
Definitely checkout the job-dsl plugin if you're generating jobs via groovy, it'll save your a lot of work. We have some template jobs which developer can clone for small stuff, but that only provides a single template and no changes over time (though that's probably what developers want). We

Wiki Installation count stale

2012-10-30 Thread Justin Ryan
I looks like the installations found count for plugins hasn't been updated since August (i.e. it's missing Sept and will be missing Oct soon). Can someone see if something is broken with the reporting?

Re: Use of XML Entities in Job Configurations

2012-10-15 Thread Justin Ryan
Chris, Jenkins will re-generate the XML files when ever something is changed in the Project, like editing the config. There's no real way for Jenkins to re-create it identically using includes, since once it's loaded the model into memory it no longer knows what came from an xml include or not.

Archetypal plugins examples

2012-09-24 Thread Justin Ryan
I'm working on my slides for JUC SF, Getting to your third plugin, and in the talk I'd like to highlight some ideal plugins to fork or just to look at in general. *What would people consider ideal modern plugins?* For example while the FindBugs plugins is great, but it leans really heavily on

Re: Pull Request Action

2012-07-31 Thread Justin Ryan
I reviewed it and it looks good, and commented as such. In this case, gboissinot pretty much owns the plugin. I'd give him a few days to accept it and a release a new version. On Mon, Jul 30, 2012 at 5:31 AM, Richard Bywater rich...@byh2o.com wrote: Hi I've created a pull request against the

Re: New plugin: job-dsl-plugin

2012-07-26 Thread Justin Ryan
/ 2012/7/25 Justin Ryan quidr...@gmail.com I'd like to move development and ci of a new plugin to jenkin-ci.org: Can someone add us to the GitHub org? My id is quidryan, and my co-conspirator andrewharmellaw Can someone fork the project? It's current at https://github.com/JavaPosseRoundup

New plugin: job-dsl-plugin

2012-07-25 Thread Justin Ryan
I'd like to move development and ci of a new plugin to jenkin-ci.org: Can someone add us to the GitHub org? My id is quidryan, and my co-conspirator andrewharmellaw Can someone fork the project? It's current at https://github.com/JavaPosseRoundup/job-dsl-plugin Can someone create a