Skip to content

Instantly share code, notes, and snippets.

@jthmiranda
Last active April 27, 2016 15:28
Show Gist options
  • Save jthmiranda/f5bf6b537b0451c2a122 to your computer and use it in GitHub Desktop.
Save jthmiranda/f5bf6b537b0451c2a122 to your computer and use it in GitHub Desktop.
#!/bin/bash
# install latest version from jenkins-ci.org on centos 7
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
#update and install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment