Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Created April 19, 2013 04:41
Show Gist options
  • Select an option

  • Save YoshihitoAso/5418183 to your computer and use it in GitHub Desktop.

Select an option

Save YoshihitoAso/5418183 to your computer and use it in GitHub Desktop.
[Jenkins]yumでJenkinsをインストール
# 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