2015年10月26日 星期一

[研究] Jenkins 1.635 安裝 (CentOS 7.1 x64)

[研究] Jenkins 1.635 安裝 (CentOS 7.1 x64)

2015-10-26

What is Jenkins?

In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides 1107 plugins to support building and testing virtually any project.

簡而言之 Jenkins CI是領先的開源持續集成服務器。內建 Java,提供了1107插件,支持構建和測試幾乎任何項目。

Jenkins是由Java撰寫的 OpenSource 開源持續整合工具,可以幫助使用者達成專案建置、測試及部署等階段自動化的目標,實現測試自動化及持續整合的工具。

官方網站
https://jenkins-ci.org/

安裝教學
http://pkg.jenkins-ci.org/redhat/
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions

Jenkins (軟體)
https://zh.wikipedia.org/wiki/Jenkins_(%E8%BD%AF%E4%BB%B6)
https://en.wikipedia.org/wiki/Jenkins_(software)

安裝很簡單

sudo  wget  -O  /etc/yum.repos.d/jenkins.repo  http://pkg.jenkins-ci.org/redhat/jenkins.repo
sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
sudo yum  -y install  jenkins
# 會安裝 OpenJDK 1.7.0
sudo yum  -y install java
# 啟動
sudo service jenkins start
# 設定開機時後自動啟動
sudo chkconfig jenkins on
firefox  http://localhost:8080/  &




(完)

CI Server 30 - Jenkins總回顧
http://ithelp.ithome.com.tw/question/10109773

沒有留言:

張貼留言