LoginSignup
1

More than 5 years have passed since last update.

CentOS 6.x でJenkinsをインストールするには

Posted at

実現したいこと

  • jenkinsをyumコマンドでインストール/管理したい
  • jenkins official siteで公開されている最新安定版のrpmを利用したい

設定ファイル編集

sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key

インストールコマンド

yum install jenkins

情報源

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
1