I have installed Jenkins and during installation an user named jenkins
has been created. I can see from the documentation:
[The 'jenkins' user is created to run this service.][1]
What is the default password for this jenkins user?
I have checked the SO question - What is the password for jenkins user during first installation? which does not provide this answer.
Another question is - if I change the jenkins user password using Linux command passwd jenkins
and restart Jenkins server will Jenkins server start? Or there is some other way of changing the Jenkins user password.