Jenkins
Installation (MacOS)
Install jenkins by using homebrew
brew install jenkins-ltsStart jenkins server
brew services start jenkins-ltsGet the initial password from your directory

Install the recommended plugin

After setting the password, you can see the dashboard

Installation (Docker)
docker pull jenkins/jenkins:ltsdocker run -p 8080:8080 -p 50000:50000
-v /Users/petercheng/Desktop/Jenkins:/var/jenkins_home
jenkins/jenkins:ltsLast updated
Was this helpful?