Added sample configs.

Added sample configs.
This commit is contained in:
Scott Sutherland
2024-09-23 10:31:24 -05:00
committed by GitHub
parent 815004256f
commit 1597dffbdb
35 changed files with 2181 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version='1.1' encoding='UTF-8'?>
<user>
<fullName>John Doe</fullName>
<properties>
<hudson.security.HudsonPrivateSecurityRealm_-Details>
<!-- Hashed password using bcrypt -->
<passwordHash>#jbcrypt:$2a$10$D6wVozrLhk.TIq.jBBKZluIh/EqzpjCUJFT/mWUnyAO4EYmxk5.aK</passwordHash>
</hudson.security.HudsonPrivateSecurityRealm_-Details>
</properties>
</user>