July 6, 2013
9:53 p.m.
Thanks it looks like we get a problem with our build farm. Stef On Jul 6, 2013, at 8:20 PM, Norbert Hartl <norbert@hartl.name> wrote:
Am 06.07.2013 um 19:34 schrieb Stéphane Ducasse <stephane.ducasse@inria.fr>:
Hi guys
for the Pharo for the entreprise book I get on the web: ' <grey.png> #103 (pendingâWaiting for next available executor)
do you have an idea about what it means
A jenkins is configured with a number of executors meaning the number of things that can build in parallel. The message tells you that your job is queued for execution (can be seen on the topmost jenkins page) and it will be spawned if a slot is available and no more jobs are before yours in the queue.
Norbert