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