Re: Why does it running on another node?

2018-12-18 Thread Eric Pyle
Help for the Usage setting (in node configuration page) says: *Only build jobs with label expressions matching this node* In this mode, Jenkins will only build a project on this node when that project is restricted to certain nodes using a label expression, and that expression matches

Re: Why does it running on another node?

2018-12-17 Thread cyrilli1119
If this node used "Only build jobs with label restrictions matching this node." option, so a job of don't restrict the job does it still picking up this node? 在 2018年12月17日星期一 UTC+8下午10:37:58,Eric Pyle写道: > > If you don't restrict the job, it will pick one of the available nodes > arbitrarily,

Re: Why does it running on another node?

2018-12-17 Thread Eric Pyle
If you don't restrict the job, it will pick one of the available nodes arbitrarily, and it doesn't matter whether it is the master or a slave/agent. Once the job has run on a particular node, it will remain there unless that node is unavailable at the time the job starts. This is done to take

Why does it running on another node?

2018-12-17 Thread cyrilli1119
I have a job it's doesn't use "Restrict where this project can be run" option, why doesn't it running on a master node, but running on a slave node? Jenkins ver. 1.625.1 Could you help me to know? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"