如果顯示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