如果显示java路径配置错误,需要在Jenkins配置的linux节点上配置工具位置列表配置java在linux上的安装位置,如果不行的话,卸载yum安装的jdk,通过上传包解压,配置环境变量的方式
2018-12-07
centos 7CentOS 7.0默认使用的是firewall作为防火墙
关闭firewall:
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)
关闭firewall:
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)
2018-12-07
感谢老师的精彩讲解,这个mooc貌似有点问题,好几次,我明明选的5颗星,可是评价显示是8分。抱歉老师哈,我是要打全10分的,没有注意,默认评价成为8分,这个课程非常好,是关于持续集成的,在实际开发中非常有用,可以为程序员或者IT从业人员,节约大量开发时间。这个课程非常好!棒?!!!
2018-11-26
WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
---------------------
上面这个错误可以参考下这个博客
https://blog.csdn.net/fst438060684/article/details/80702272
---------------------
上面这个错误可以参考下这个博客
https://blog.csdn.net/fst438060684/article/details/80702272