Today my build eninge (RTC/Jazz build engine) makes trouble - i start a build and it abondons the build:
This build has been automatically abandoned by the build engine 'vis1adaBuildEngine'.
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.
i cant tell why it's not working anymore - i have another build engine running on my build server and this works fine - also other build definitions work on the 'buggy' build engine fine, so what could be the reason?
The build definition itself hasn't been changed for a longer period of time...
And don't have much information on this, except for those two threads:
This solved my problem: delete the build engine and create it again. Created two build engines separated, one for using it with Jenkins in a server and other one for other server.
Another cause that gives this error message is when there are 2 build engines running with the same Id. It can occur easily when you are cloning VM
Both could be relevant considering:
i have another build engine running on my build serve
THANKS for helping me out: