user1340582
user1340582

Reputation: 19699

Jenkins, possible to runparallel builds on one machine?

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

Answers (1)

Eduard
Eduard

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

Related Questions