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