Search code examples
jenkinsjenkins-pipelinemaster-slave

JENKINS - A pipeline doesn`t run


I have some issues to run a Jenkins pipeline job. It doesn`t run in a slave node when the master node is offline. I have 1 executor in slave node and 1 executor in master, but I want to force offline the master node. When I try to run the pipeline, it is waiting the master node to be online. Run the pipeline project only when the master node is Online?


Solution

  • That's correct, the pipeline script runs on the master node.