hudson pending - Waiting for next available executor

简介:

领导要求使用hudson 搭建CI测试环境。

安装的hudson 版本是:3.0.1-b2

刚开始可以构建项目,有一段时间没研究。过了一段时间之后,在使用hudson 构建项目时,报错:

pending - Waiting for next available executor 



 后来终于找到了原因:

进入如下菜单:

系统管理-管理节点

 

 

如上图所示,“master”的状态为:不可用

 

解决方法:

点击右上角的“make this node back online”,刷新就ok了:

 

也可以参考:http://stackoverflow.com/questions/15112890/jenkins-not-executing-jobs-pending-waiting-for-next-executor

相关文章
|
关系型数据库 MySQL
MySQL主从异常Coordinator stopped because there were error(s) in the worker(s). The most recent failur
MySQL主从异常Coordinator stopped because there were error(s) in the worker(s). The most recent failur
3323 0
|
存储 API 流计算
Flink - checkpoint Failure reason: Not all required tasks are currently running
Flink 程序增加 readFile 生成文件流后,最初运行期间 CheckPoint 存储没有问题,待文件流 Finished 后 CheckPoint 存储报错: checkpoint Failure reason: Not all required tasks are currently running,下面分析并解决下。
2090 0
Flink - checkpoint Failure reason: Not all required tasks are currently running
|
Java 调度
Java中线程的6种状态详解(NEW、RUNNABLE、BLOCKED、WAITING、TIMED_WAITING、TERMINATED)
Java中线程的6种状态详解(NEW、RUNNABLE、BLOCKED、WAITING、TIMED_WAITING、TERMINATED)
314 0
Timeout waiting to lock artifact cache ....
Timeout waiting to lock artifact cache ....
Timeout waiting to lock artifact cache ....
|
.NET Windows 开发框架
|
SQL XML 数据格式