I'm configuring Jenkins with a master/slave node. If I mark offline master node, build doesn't starts with this error from log:
"Executor #-1 for master grabbed hudson.model.queue.WorkUnit@2c5affe4[work=pipeline_prova] from queue but master went off-line before the task's worker thread started. No termination trace available."
My question is: in Jenkins, master node must be online in order to launch builds? With Hudson I remember master node should be deactivated.
My actual configuration have master online with 0 executors and 1 slave node using 8 executors. And in this wat works well.
Thanks