jenkinsci / docker-swarm-plugin

Jenkins plugin which allows to add a Docker Swarm as a cloud agent provider
https://plugins.jenkins.io/docker-swarm/
MIT License
55 stars 47 forks source link

Added support for multiple labels #97

Closed Nuh closed 3 years ago

Nuh commented 3 years ago

Not changed the way of storing and configuring the labels, but in logic uses a list of split "label" string by whitespaces. It's similar to working like other popular cloud plugins.

This closes #96 issue.

Roemer commented 3 years ago

Many thanks for your PR! It is merged now.