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
长春语林科技 阅读(122)
评论(0) 编辑 收藏 所属分类:
docker