Unable to trigger a build with startTeamBuild
My first definition contains a trigger for the second definition.
My requirement is to start the second definition on a dedicated Build Engine.
Error on from JBE:
2014-11-26 12:50:57 [Jazz build engine] Abandoned orphaned build 'main_definition'. The build engine is about to process another build request and requires that all in-progress builds previously processed by this build engine be abandoned. Please see the build result's log for more information.
The Build log contains the following:
When I do the same with requestTeamBuild it works. But there I cannot handover a engineID.This build has been automatically abandoned by the build engine 'someEngine'.
This can happen if the build engine stops while it is processing a build, or if it fails to communicate with the server (e.g. due to the server crashing, or a network break).
As a result, the build is left in the in-progress state.
Such builds are automatically abandoned for the following reasons:
1. When the build engine is restarted, new builds will be processed, however the old builds would otherwise remain in the in-progress state indefinitely.
2. As a result the build engine would appear as busy when it is not.
One answer
Comments
Hi Spencer,
When I set autocomplete=true and add then as additional ANT parameters, my abandoned problem is gone.
The main_definition is now started on the right build engine.
Marco