Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Last active March 26, 2017 20:09
Show Gist options
  • Select an option

  • Save gemmadlou/713c0c4db6f837dfc4acc1f964117d79 to your computer and use it in GitHub Desktop.

Select an option

Save gemmadlou/713c0c4db6f837dfc4acc1f964117d79 to your computer and use it in GitHub Desktop.
Jenkins & Deployments

Jenkins

Installations

wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
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 -y

Run

if it doesn't run automatically, run:

$ sudo /etc/init.d/jenkins start

Setup

  • Admin user

Resources

https://tecadmin.net/install-jenkins-in-ubuntu/#

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