Created
April 19, 2013 04:41
-
-
Save YoshihitoAso/5418183 to your computer and use it in GitHub Desktop.
[Jenkins]yumでJenkinsをインストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # jenkins install | |
| $ wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo | |
| $ rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key | |
| $ yum install -y jenkins | |
| $ service jenkins start | |
| $ chkconfig jenkins on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment