I'm trying to accomplish basically the same thing - I have identical steps 
that I want to run on >1 slave, in parallel. Is there any other succinct 
way to write this? Right now I am duplicating everything for each slave, 
which should offend anyone's sense of programming decency :)

Being able to write:
node('linux_slave', 'windows_slave') {
  // some steps to run in parallel on both slaves
}

would be fantastic.

On Tuesday, June 16, 2015 at 12:38:13 PM UTC-7, Jesse Glick wrote:
>
> On Monday, April 27, 2015 at 11:18:09 PM UTC-4, Anshu Arya wrote:
>>
>> java.io.NotSerializableException: java.util.AbstractList$Itr
>>
>
> JENKINS-27421 <https://issues.jenkins-ci.org/browse/JENKINS-27421> 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f36d1d35-e2a8-4bd2-9d42-7a8e6a1289fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to