Easy steps to install jenkins-lts package on Mac
Package Information:
Application Name – jenkins-lts
What is jenkins-lts – Not Available for jenkins-lts
Use of jenkins-lts – Extendable open-source CI server
URL – https://jenkins.io/index.html#stable
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install jenkins-lts using brew
brew install jenkins-lts
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
jenkins-lts is ready to use now!