jenkins increase node machine

1, enter the address on the windows jenkins testing machine

2, System Management -> Management Node
 
Note: The node properties must take git path plus the windows, or pull back the error code runs gitlab:
error cloning remote repo 'origin'
 
 
 
You will find no JAVA WEB option: (linux selected SSH)
Check the following two> Global security configuration - Systems Management
 
Re-add a node to save the set. can be seen:
 
 
 
 
 
 
Solution:
Configure your firewall, open port 58983
firewall-cmd --zone=public --add-port=58983/tcp --permanent
Restart the firewall
firewall-cmd --reload
Node configuration is complete
 

Guess you like

Origin www.cnblogs.com/mengmengxidi/p/11330179.html