Created
June 23, 2021 12:17
-
-
Save rafaeldalsenter/7d2dd350862f75154314f63fb03e7f67 to your computer and use it in GitHub Desktop.
Get Jenkins secret value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get the value from Secret text in "Manage credentials" page. Capture from F12 option ;) | |
println hudson.util.Secret.decrypt("value") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment