简体   繁体   English

Jenkins仪表板Build Executor状态显示的作业超过节点允许的数量

[英]Jenkins dashboard Build Executor Status showing more jobs than allowed by the node

We have a Jenkins master node setup with 0 executors and a number of Windows and Linux slaves, each defined to only run one executor. 我们有一个Jenkins主节点设置,其中包含0个执行程序以及多个Windows和Linux从属程序,每个从属程序都定义为仅运行一个执行程序。 We have a matrix build (job_name1 below). 我们有一个矩阵构建(下面的job_name1)。 I notice on the Jenkins main dashboard on the left hand side under "Build Executor Status" that under a few of the nodes I see more than one job listed, something like this: 我在左侧的Jenkins主仪表板上的“ Build Executor状态”下注意到,在几个节点下,我看到列出了多个作业,如下所示:

Linux_node_1
  job_name1 >> lnx64,build     #15
  job_name1                    #11
  job_name1                    #13

Windows_node_1
  job_name1 >> win32,build     #13
  job_name1                    #15

Windows_node_2
  job_name1 >> win32,build     #11

Under each line it shows a status bar. 每行下方显示一个状态栏。

My question, is it possible to configure this view to only show me what the node is currently running and make other changes to this? 我的问题是,是否可以将此视图配置为仅向我显示节点当前正在运行什么,并对此进行其他更改? I ask because I find the information confusing. 我问是因为我发现这些信息令人困惑。

Thanks in anticipation. 谢谢您的期待。

可以使用“设置内部版本名称”插件来交换#123: https//wiki.jenkins-ci.org/display/JENKINS/Build+Name+Setter+Plugin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM