Triggering Several Concurrent Builds on a Single Machine
I want to run more than one build on a single machine at a given point in time. Is the recommended procedure to achieve this to install more than one build agent on that machine? Or is there any way that a single agent can trigger concurrent builds?
Thanks
Thomas
Please sign in to leave a comment.
Hello Thomas,
To install second build agent on a computer, please do the following:
- create another build agent installation into separate directory
- edit buildAgent/conf/buildAgent.properties file and specify another build agent name and another ownPort setting.
After that, start second build agent using agent.* script - it should work.
Hope this helps,
KIR