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
4746 0
|
存储 监控 数据可视化
踩坑: "Waiting for a runner to pick up this job"
「已解决」Error "Waiting for a runner to pick up this job" using GitHub Actions
|
Java Spring
Redisson BUG: Failed to submit a listener notification task. Event loop shut down?
Redisson BUG: Failed to submit a listener notification task. Event loop shut down?
1486 0
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
441 0
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
|
Java 调度
Java中线程的6种状态详解(NEW、RUNNABLE、BLOCKED、WAITING、TIMED_WAITING、TERMINATED)
Java中线程的6种状态详解(NEW、RUNNABLE、BLOCKED、WAITING、TIMED_WAITING、TERMINATED)
448 0
|
SQL XML 数据格式