patternMinor
How many executors can I have for a Jenkins Windows build node?
Viewed 0 times
canhowjenkinsnodeexecutorsforwindowsmanybuildhave
Problem
I have set up Windows build nodes in awhile, but I do remember when I did I was only able to set 1 executor per node. Is this still true?
Solution
You can specify the executors of your node in his configuration.
Manage Jenkins -> Manage Nodes -> Configure Node -> Number of build processors
In environments where we only run scripts etc. we have one executor per core.
But if you have large build jobs and the performance is important for you, you should read this article from the jenkins documentation.
https://www.jenkins.io/doc/book/scaling/architecting-for-scale/#Calculating-how-many-jobs
Manage Jenkins -> Manage Nodes -> Configure Node -> Number of build processors
In environments where we only run scripts etc. we have one executor per core.
But if you have large build jobs and the performance is important for you, you should read this article from the jenkins documentation.
https://www.jenkins.io/doc/book/scaling/architecting-for-scale/#Calculating-how-many-jobs
Context
StackExchange DevOps Q#13940, answer score: 2
Revisions (0)
No revisions yet.