Created
June 27, 2018 12:16
-
-
Save jbasila/7e551baa6d09f515fb783ee4384666da to your computer and use it in GitHub Desktop.
Decrypt Jenkins secret
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
| println( hudson.util.Secret.decrypt("${ENCRYPTED_PASSPHRASE_OR_PASSWORD}") ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment