This incident type refers to a situation where there is a high percentage of blocked items in the Jenkins queue, which may be caused by various issues such as slow build or test execution times, network or server issues, or other performance-related problems. This can lead to delays in software development and deployment processes, resulting in longer wait times for developers and ultimately, slower time-to-market for software products.
Parameters
Debug
Check Jenkins queue size
Check if Jenkins queue is blocked
Check if Jenkins server is running
Check if Jenkins is overloaded
Check if Jenkins is running out of memory
Check Jenkins logs for errors
Check if there are any issues with the Jenkins node
An issue with the build agents, such as agents being offline or misconfigured, causing the high percentage of blocked items in the queue.
An issue with the Jenkins server, such as a bug in the Jenkins software or an overload of the server, causing the high percentage of blocked items in the queue.
Repair
Increase the number of executors on the Jenkins server to improve job processing and reduce queue blockages.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.