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

fix cacheVolumeName contain # #85

Closed yuweibo closed 4 years ago

yuweibo commented 4 years ago

create part_of_test_dockerswarm#15-docker_swarm_15: "part_of_test_dockerswarm#15-docker_swarm15" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9.-]" are allowed

Roemer commented 4 years ago

This is now obsolete with the merge of #77. But thanks for your contribution!