Skip to content

Instantly share code, notes, and snippets.

@jbasila
Created June 27, 2018 12:16
Show Gist options
  • Save jbasila/7e551baa6d09f515fb783ee4384666da to your computer and use it in GitHub Desktop.
Save jbasila/7e551baa6d09f515fb783ee4384666da to your computer and use it in GitHub Desktop.
Decrypt Jenkins secret
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