Node name is should be unique across jenkins but is not
gbatalski opened this issue · 1 comments
gbatalski commented
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.
gbatalski commented
is now TemplateName-InstanceId sanitized (all "/" replaced by "_")