In Hudson CI, I noticed that when I try to run multiple builds at same time, it caps out at 2 concurrent builds. I want to allow more. How can I enable this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can go to the Hudson main configuration window and increase the number of Executors there.
Manage Hudson -> Configure System
There is a field called # of executors. You can increase that the the number of concurrent builds (not similar) you want to run at any given time.