解决:jenkins jnlp安装 provided port 40127 is not reachable

时间:2019-05-03 10:29:59   收藏:0   阅读:1665

解决方法:

 开放linux 防火墙40127端口允许下载jnlp

centos7 解决如下:

[root@hostuser chrome]# firewall-cmd --zone=public --add-port=40127/tcp --permanent
success
[root@hostuser chrome]# firewall-cmd --reload
success
[root@hostuser chrome]#

 

原文:https://www.cnblogs.com/SunshineKimi/p/10804078.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!