Openshift Jenkins构建挂起,直到长时间不活动后失败

Openshift Jenkins构建挂起,直到长时间不活动后失败,jenkins,openshift,Jenkins,Openshift,我试图确保在部署之前完成所有测试。为此,我为我的应用程序启用了Jenkins。如果myapp bldr节点启动并运行,我可以从git push和Jenkins UI成功运行构建,但是如果我在一段时间不活动后尝试运行构建(基本上等待myapp bldr关闭并释放我帐户中的一个装备),Jenkins构建失败,详细信息如下: > rhc app-deploy HEAD --app myapp Deployment of git ref 'HEAD' in progress for applica

我试图确保在部署之前完成所有测试。为此,我为我的应用程序启用了Jenkins。如果myapp bldr节点启动并运行,我可以从git push和Jenkins UI成功运行构建,但是如果我在一段时间不活动后尝试运行构建(基本上等待myapp bldr关闭并释放我帐户中的一个装备),Jenkins构建失败,详细信息如下:

> rhc app-deploy HEAD --app myapp
Deployment of git ref 'HEAD' in progress for application myapp ...
Executing Jenkins build.

You can track your build at https://jenkins-mydomain.rhcloud.com/job/myapp-build

Waiting for build to schedule............................................................................................
**BUILD FAILED/CANCELLED**
Please see the Jenkins log for more details via 'rhc tail'
!!!!!!!!
Deployment Halted!
If the build failed before the deploy step, your previous 
build is still running.  Otherwise, your application may be
partially deployed or inaccessible.
Fix the build and try again.
!!!!!!!!
An error occurred executing 'gear deploy' (exit code: 1)
Error message: CLIENT_ERROR: Failed to execute: 'control post-receive' for /var/lib/openshift/581e42c10c1e6666270001d8/jenkins-client
等待构建计划…
行显示在控制台中时,我可以在Jenkins UI中看到构建正在排队,但由于没有可用的构建器节点,所以无法获取它

我猜这个问题与某个地方的超时设置有关,但我不能确定是哪一个以及我是否有能力调整它

我发现这个报告链接到以下内容,但我不知道这是否相关,以及如何检查我的应用程序是否应用了上述配置更改

我正在使用Jenkins版本的“旧”控制台(v2,而不是“NextGen”v3)。1.642.2