Skip to content

Instantly share code, notes, and snippets.

@rtacconi
Last active April 5, 2019 11:52
Show Gist options
  • Save rtacconi/e233026e9870c2c27556 to your computer and use it in GitHub Desktop.
Save rtacconi/e233026e9870c2c27556 to your computer and use it in GitHub Desktop.
Install Jenkins Centos 7
#!/bin/sh
yum install -y java
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
yum install -y jenkins
yum install -y git
service jenkins start/stop/restart
chkconfig jenkins on
@bkowenswork
Copy link

So nearly a year, still same issue going on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment