Skip to content

Instantly share code, notes, and snippets.

View woodrow-shen's full-sized avatar
🎯
Focusing

Woodrow Shen woodrow-shen

🎯
Focusing
  • SiFive
  • Hsinchu
  • 21:27 (UTC +08:00)
View GitHub Profile
@woodrow-shen
woodrow-shen / jenkins-from-scratch.md
Last active August 23, 2016 07:41
Installing Jenkins from scratch

Setup Jenkins from scratch

Installing Jenkins on Linux mint 17.3

wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins