You have now been given charge over an existing Jenkins system install that was previously started by a colleague who is gone on a business trip. He left it in the install wizard phase. Unfortunately, your colleague did not note the initialAdminPassword. Where on the systemwould this be located?
- /var/lib/jenkins/secrets/InitialAdminPassword
- /var/lib/jenkins/adminPassword
- /var/lib/jenkins/workspace/secrets/InitialAdminPassword
- /home/jenkins/secrets/InitialAdminPassword
Answer(s): A
Explanation:
You'll find the initialAdminPassword that is asked for during the install wizard at this path.
Reveal Solution Next Question