Jenkins Basic Flashcards

1
Q

What is the commando to start jenkins on Mac

A

brew services start jenkins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the command to install Jenkins on MacOS

A

brew install jenkins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the commando to update jenkins on MacOS

A

brew update jenkins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the commando to restart jenkins on MacOS

A

brew services restart jenkins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where does Jenkins allocate the AdminPassword in MacOS

A

/Users/[USER]/.jenkins/secrets/initialAdminPassword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What commando can you use to check the ports used by services in Linux?

A

cat /etc/services | grep ‘service_name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly