Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you rename the master node?

Tags:

jenkins

  • On the left is the configuration of the master node (where Jenkins is installed)
  • On the right is the configuration of a slave

The slave has a field name. The master doesn't and by default its name is master. Is it possible to change its name from master to anything else?

enter image description here

like image 259
vincedjango Avatar asked Oct 28 '22 03:10

vincedjango


1 Answers

Well as of now Jenkins doesn't provide any such functionality to change the name of Master node. Jenkins uniquely identify it's master for default builds by name master, therefore in that case we cannot rename it.

like image 173
Ayushi Jain Avatar answered Nov 08 '22 10:11

Ayushi Jain