What is the commando to start jenkins on Mac
brew services start jenkins
What is the command to install Jenkins on MacOS
brew install jenkins
What is the commando to update jenkins on MacOS
brew update jenkins
What is the commando to restart jenkins on MacOS
brew services restart jenkins
Where does Jenkins allocate the AdminPassword in MacOS
/Users/[USER]/.jenkins/secrets/initialAdminPassword
What commando can you use to check the ports used by services in Linux?
cat /etc/services | grep ‘service_name‘