DevOps
Reset Jenkins password
Generate new password Generate your new password with jbcrypt, or go to some bcrypt hash generator site, like this one. Let’s say I want to set my new password to test123. Generated output is $2a$06$asD3yrR8itMn6.5eS.QSS.AIeOkFLk9DBrp8kP3PvmNCIXK1.miYW. Modify config.xml Replace passwordHash entry This will replace your current password with _test123_. Save file Read more…