I have installed blue-ocean plugin and create a simple pipeline with print message. When I run the pipeline, build job hang with below message
Queued Jenkins is reserved for jobs with matching label expression
How to get rid of this message and build the project?
agent { label 'my-defined-label' }– jayhendren Sep 15 '22 at 17:29