Invoke hudson.tasks.ArtifactArchiver from Groovy

2013-06-27 Thread Brendan Nolan
Hi, I'm having a problem with the ArtifactArchiver in combination with the PostBuildScript plugin. I am using the PostBuildScript plugin to invoke an ANT task to retrieve the results of a test from an other environment and then I want to use the ArtifactArchiver to attach the results to the bu

Re: 'Even Load Strategy' Plugin

2013-06-07 Thread Brendan Nolan
un on "64bit > && fastest" nodes, should not be balanced to other slaves, but other > "normal" jobs should be balanced to the idle slaves. > > -jv > > Am 04.06.2013 09:00, schrieb Brendan Nolan: > > Hi David, > > I've created a new 

Re: Load Balancing

2013-06-05 Thread Brendan Nolan
I've created a new plugin - https://wiki.jenkins-ci.org/display/JENKINS/Least+Load+Plugin to do just that. Any feedback appreciated. On Thursday, July 26, 2012 10:49:25 AM UTC+1, Lukas Rytz wrote: > > Hi, > > Is there a way to change the way Jenkins does load balancing? I started 6 > new jobs,

Re: 'Even Load Strategy' Plugin

2013-06-04 Thread Brendan Nolan
Hi David, I've created a new 'Least Load' plugin that offers similar functionality to the Cloudbees plugin. I'm currently waiting to get it hosted but you can get a copy from - https://github.com/bstick12/jenkins-ci-leastload Brendan On Tuesday, September 25, 2012 3:57:49 PM UTC+1, David Aldri