BuildEngine can't be set inactive in v7.0.1
Trying to set a build engine inactive using the following snippet:
IBuildEngine buildEngine = buildClient.getBuildEngine(buildengine.getId(),monitor);
Although the setActive doesn't report any issues, the build engine continues to stay active after the code executes.
Any ideas?
|
One answer
The build engine process (like JBE) might remain alive in the build machine but it will not take up any build requests. In the Eclipse/Web UI, you should see (inactive) next to the build engine id.
|
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.