Jenkins - how to prevent jobs from running on POD_LABEL and only specific label

11/1/2021

I have Kubernetes plugin with a test agent with the label, and setup to only use when label match, but still if u declare on the pipeline POD_LABEL still deploy an agent and I want to restrict creation and deployment of any agent who doesn't match with a label.

-- alexandre rubio
jenkins
kubernetes
label

0 Answers