LoginSignup
7
7

More than 5 years have passed since last update.

Jenkinsのインストール(CentOS)

Last updated at Posted at 2014-05-29

1. ダウンロード

$ wget http://pkg.jenkins-ci.org/redhat/jenkins-1.565-1.1.noarch.rpm

2. インストール

# rpm -ivh jenkins-1.565-1.1.noarch.rpm 

※ 今回はJavaは入っていたので入れてませんが、まっさらの状態からだと入れる必要あり。

3. 設定(Port変更:任意)

デフォルトの8080ポートが埋まっていたので、下記のように8082に変更

# cd /etc/sysconfig/
# vi jenkins


JENKINS_PORT="8082"

4. 起動

# service jenkins start

(ちょっと時間かかる)

http://localhost:8082/ でアクセス

参考:

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7