Reputation: 19699
I currently only have one machine (physical, not virtualized) available which I could use to run Jenkins on. I am wondering, without creating virtualized master-slave environments, is it possible to have Jenkins to execute several builds/tests/deployments, etc. with only one machine? Thanks.
Upvotes: 2
Views: 74
Reputation: 3216
Yes, you can set how many executors you want to run simoutineously. You can change this setting in Jenkins > Configure System > # of executors.
Upvotes: 2