「Jenkins」の版間の差分
提供: C++入門
細 |
|||
行19: | 行19: | ||
* [[FreeBSDにJenkins環境構築]] | * [[FreeBSDにJenkins環境構築]] | ||
+ | * [[CentOSにJenkins環境構築]] | ||
== インストール == | == インストール == |
2013年3月9日 (土) 20:27時点における版
Jenkinsとは、Java で作られたオープンソースの継続的インテグレーションツールです。
読み方
- Jenkins
- じぇんきんす
概要
Jenkins は、Hudson からフォークしたプロジェクトです。
環境構築
インストール
CentOS にインストール
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 install -y jenkins
設定
sudo mount -t fdescfs fdesc /dev/fd sudo mount -t procfs proc /proc
/etc/fstab
fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0