标签:
1、安装一个干净Ubuntu14.04桌面版本
2、打开http://jenkins-ci.org/ 官网, 选择use jenkins 中, Installing Jenkins on Ubuntu , 完成安装;此时就可以在浏览器打开http://127.0.0.1:8080/ 看到Jenkins的开始页面了。
3、在开始页面中, 选择管理插件, 添加git相关组件。
4、在ubuntu中,安装git; (sudo apt-get install git); 如果ubuntu中没有GIT, 在取GIT库时,会报Failed to connect to repository : Could not init /tmp/hudson4950610074146191608错误
5、就可以在浏览器页面中, 创建jenkins项目了
标签:
原文地址:http://www.cnblogs.com/freebird92/p/5194680.html