解决: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)