1.安裝jdk
2.安裝maven
3.安裝git
配置免密登錄
3.
Download Jenkins.
Open up a terminal in the download directory.
Run java -jar jenkins.war --httpPort=8080
.
Browse to http://localhost:8080
.
Follow the instructions to complete the installation.
4.解決離線
解決方案1:
安裝插件那個頁面,就是提示你offline的那個頁面,不要動。然后打開一個新的tab,輸入網址http://192.168.211.103:8080/jenkins/pluginManager/advanced。 這里面最底下有個【升級站點】,把其中的鏈接由https改成http的就好了,http://updates.jenkins.io/update-center.json。 然后在服務列表中關閉jenkins,再tomcat重新啟動,這樣就能正常聯網了
posted on 2018-05-29 11:01
長春語林科技 閱讀(127)
評論(0) 編輯 收藏 所屬分類:
docker