jenkinsci / jenkinsci/nodelabelparameter-plugin

[JENKINS-23001] Build Queue Graph Does Not Show Jobs In The Queue When Use NodeLabel Parameter

Open
#520 0 comments 0 reactions 0 assignees View on GitHub
component:nodelabelparameter-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
28
Forks
59
Avg merge
1h 24m
Merged PRs (30d)
3

Description

The build queue graph in Jenkins does not properly show jobs which are in the queue when the job is using the node label parameter.

To reproduce:



  • create a label in Jenkins called LabelX

  • create a job which contains a nodelabel parameter and give it the value "LabelX". Make sure that the job can run concurrently and that the option "Restrict where this project can be run" is not clicked.

  • execute enough instances of the job so that there are some jobs in the build queue

  • click LabelX and then click on load statistics

Expected: the queued jobs should be represented in the graph with the grey line

Actual: the queued jobs are not displayed properly in the graph

---
Originally reported by timjohnston, imported from: Build Queue Graph Does Not Show Jobs In The Queue When Use NodeLabel Parameter


  • status: Open
  • priority: Minor
  • component(s): nodelabelparameter-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 1
  • imported: 20251210-235911

Raw content of original issue

The build queue graph in Jenkins does not properly show jobs which are in the queue when the job is using the node label parameter.

To reproduce:



  • create a label in Jenkins called LabelX

  • create a job which contains a nodelabel parameter and give it the value "LabelX". Make sure that the job can run concurrently and that the option "Restrict where this project can be run" is not clicked.

  • execute enough instances of the job so that there are some jobs in the build queue

  • click LabelX and then click on load statistics

Expected: the queued jobs should be represented in the graph with the grey line

Actual: the queued jobs are not displayed properly in the graph

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.