You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Ansible variable jslave_name is set to something like 'cinch-slave', when the Jenkins slave is created it will had a UID of sorts appending to the end of the name, like 'cinch-slave-123fdsa'. We need to find out where this is coming from, and possibly make its existence user-configurable.
The text was updated successfully, but these errors were encountered:
Not to resurrect this from the dead, but I believe the appended ID comes from the java swarm client call.
According to the docs you can pass a -disableClientsUniqueId to disable that feature.
If the Ansible variable jslave_name is set to something like 'cinch-slave', when the Jenkins slave is created it will had a UID of sorts appending to the end of the name, like 'cinch-slave-123fdsa'. We need to find out where this is coming from, and possibly make its existence user-configurable.
The text was updated successfully, but these errors were encountered: