Jenkins/Install and Plugins

From Ever changing code
< Jenkins
Revision as of 18:00, 1 May 2017 by Pio2pio (talk | contribs) (Created page with "= Install Jenkins = Install Jenkins on Ubuntu from [https://pkg.jenkins.io/debian-stable/ repository] sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install Jenkins

Install Jenkins on Ubuntu from repository

sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo

Add repo to sources.list

sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update && sudo apt-get install jenkins