Run builds synchronous in 1 buildengine
Is it possible to run some builds synchronous on 1 build engine?
(multiple definitions are using just 1 engine)
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Oct 23 '13, 3:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The Jazz Build System Toolkit does not support this. You would have to run several processes with different engine ID's. You can do this from one installed JBE, if you provide them with different workspaces using the -data parameter on startup.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
As far as I know yes. The Build engine will however only run one build at a time and I am not sure how it pulls requests from the queues.
Ralph,