Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

I tried using Jenkins or my admin username as user and password. For password, I tried to update using sudo passwd Jenkins, so I am fine on that. However, I am skeptical about the user name. How do I confirm the username for Jenkins? Can someone pls help me?

1 Answer

0 votes
by (50.2k points)

For this, the username will be: admin and to get the password you need to run the following command

cat /Users/$(username)/.jenkins/secrets/initialAdminPassword

It would return some Id and you need to paste that id in the place of the password.

Browse Categories

...