/Understanding-Jenkins

This is my experiment to understand Jenkins to use to automate all sorts of tasks related to building, testing, and delivering or deploying software.

MIT LicenseMIT

Understanding Jenkins


Install Jenkins 1

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew install java11
brew install jenkins-lts

Start Jenkins Services

Start the Jenkins service

brew services start jenkins-lts

Restart the Jenkins service

brew services restart jenkins-lts

Update the Jenkins version

brew upgrade jenkins-lts

Jenkins

http://localhost:8080


References

Footnotes