2 builds having same log due to starting at exact same time.
We have 2 build engines running on a same machine. These 2 engines are processing scheduled builds.
|
One answer
JBE creates the log file in the current working directory. To overcome the problem of 2 JBE instances creating log files with the same name, one can launch different JBE instances from different directories, by either having the jbe.exe in the system path or referring to it using the full path, from the command line.
|
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
I think the problem occurs when two engines are started from one copy of the jazz/buildsystem/buildengine directory. One workaround is to invoke the other engine from a different copy of buildengine directory.