Hidden Build Definition Parameters
I have a Jenkins Build Definition in RTC, and set up one parameter as HIDDEN (writing HIDDEN in the description). This encrypts the password sent to Jenkins, but I've been unable to Decrypt it.
I tried with the Secret class (http://javadoc.jenkins-ci.org/hudson/util/Secret.html) and the RTC Obfuscation, but neither decrypts the String correctly.
What should I use to decrypt it?