Skip to content

Instantly share code, notes, and snippets.

@tsuyo
Last active April 11, 2020 12:52
Show Gist options
  • Save tsuyo/0bdec68dea78704e895fdd2681cee52d to your computer and use it in GitHub Desktop.
Save tsuyo/0bdec68dea78704e895fdd2681cee52d to your computer and use it in GitHub Desktop.

Jenkins Installation and Setup

Docker

$ export JENKINS_HOME=~/.jenkins
$ mkdir -p $JENKINS_HOME
$ docker run --rm --name jenkins -d -p 8080:8080 -p 50000:50000 -v $JENKINS_HOME:/var/jenkins_home --link artifactory jenkins/jenkins:lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment