Jenkins Server setup on local system(MAC)
1.)Download and install Jenkins for Mac.
https://jenkins.io/download/
2.)To Unlock Jenkins follow the steps,
- Navigate to this folder
/Users/Shared/Jenkins/Home
- Right click on
secrets/
folder and select "Get Info" - Scroll down to the right bottom corner of the pop up window and click on the lock image > enter your password > ok
- Click on the "+" at the left bottom corner of the pop up window and add the user
- Open the "secrets" folder and find the
initialAdminPassword
file to get the initial admin password. If you don't have permission to the file, you need to right click on the file and select "Get Info" then repeat step 3 and 4 above to access the file.
Comments
Post a Comment