jenkins
Guides/tips/...etc
- github.com/blackdesert575/jenkins-101
- Jenkins
- github.com/jenkinsci/jenkins/blob/master/CONTRIBUTING.md
// Source - https://stackoverflow.com/a/30953269
// Posted by tartakynov, modified by community. See post 'Timeline' for change history
// Retrieved 2026-02-26, License - CC BY-SA 4.0
import hudson.util.Secret
def secret = Secret.fromString("your password")
println(secret.getEncryptedValue())