gbatalski/jclouds-plugin

Node name is should be unique across jenkins but is not

gbatalski opened this issue · 1 comments

Node name is the only unique attribute identifying the jenkins slave. The plugin sets the name of a new slave to the name of underlying jclouds template what is wrong and prevents us from creation of multiple instances of the same template.

is now TemplateName-InstanceId sanitized (all "/" replaced by "_")