码迷,mamicode.com
首页 > 其他好文 > 详细

ubutun下安装jenkins

时间:2015-12-14 12:22:57      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

安装方法所在网址:   https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu

在安装jenkins之前,ubutun上需要安装有jdk和jre。建议安装 openjdk-7-jre 和openjdk-7-jdk 版本 。

安装:

wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c ‘echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list‘
sudo apt-get update
sudo apt-get install jenkins


更新:
sudo apt-get update
sudo apt-get install jenkins

安装完成后用浏览器 http://localhost:8080/    就可以打开。

ubutun下安装jenkins

标签:

原文地址:http://www.cnblogs.com/rohens-hbg/p/5044751.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!