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

Validate that cloud name is valid label value. #76

Closed rkosegi closed 11 months ago

rkosegi commented 11 months ago

Currently there is no validation for cloud name, but its value is being used in label expression while talking to Hetzner cloud API.

Add validation to config page and enhance documentation, so it's clear what is expected there.

Fixes: #75