It's all about the answers!

Ask a question

Two build engines can not build at the same time in one build definition.


Osamu Matsumiya (111) | asked Jun 30 '16, 10:40 p.m.
I have two build engines(servers) in one build definition.
When I run .jbe on both servers and schedule daily build, one can run, but the other can not run.
Please advise me which section I need to check.
The RTC is 5.0.1

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered Jul 01 '16, 2:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would suggest to provide proper error messages.
Otherwise: a build request is just one request and that one will get consumed by one build and yyou can not determine the build engine.
If you want to be able to distinguish between the environments, create a new build definition for the other environment and use the build engines only for one definition.

permanent link
Donald Nong (14.5k414) | answered Jul 01 '16, 1:50 a.m.
Why do you want both build engines to run? If it's for the same build, either should be OK. When you request a build, the request is picked up by one of the available build engines. When it's picked, no other build engines will see it again.

Comments
Osamu Matsumiya commented Jul 01 '16, 1:56 a.m.

The engines(servers) , one is RHEL7 and the other is RHEL6.
I want to build a code on both OSs at the same time.

Thank you.

Your answer


Register or to post your answer.