jenkinsci / hetzner-cloud-plugin

Hetzner cloud integration for Jenkins
https://plugins.jenkins.io/hetzner-cloud/
Apache License 2.0
24 stars 8 forks source link

Add option to set usage mode of agent #13

Closed rkosegi closed 2 years ago

rkosegi commented 2 years ago

When option is set to NORMAL and no labels are configured in agent template, then node could be used to schedule any job, even without matching labels. Otherwise agent will be used only if job has exact same label as node.

Closes #12