今天,我的构建引擎(RTC/Jazz build engine)制造了麻烦--我启动了一个构建,它与构建有关:
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.我不知道为什么它不再工作了--我在我的构建服务器上运行了另一个构建引擎,这很好--其他构建定义也可以在“buggy”构建引擎上工作,那么原因是什么呢?
构建定义本身已经很长一段时间没有改变了.
发布于 2014-09-18 06:34:53
除了这两个线程之外,没有多少关于这方面的信息:
这解决了我的问题:删除构建引擎并再次创建它。分别创建了两个构建引擎,一个用于在服务器中使用Jenkins,另一个用于其他服务器。
提供此错误消息的另一个原因是,当有两个具有相同Id的构建引擎运行时。当您正在克隆VM时,这种情况很容易发生。
考虑到以下两个方面,两者都可能具有相关性:
我有另一个构建引擎运行在我的构建服务上。
感谢帮助我:

https://stackoverflow.com/questions/25905421
复制相似问题