|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Daniel, thank you so much for your time.
If I enable "This build is parameterized", and add an existing "Username with password" credential. The build outputs a GUID.
E.g. @echo oracleCredentialParameter=%oracleCredentialParameter%
will display oracleCredentialParameter=3F2504E0-4F89-41D3-9A0C-0305E82C3301
The behavior is the same whether I select "Mask passwords" or not.
I also tried adding a "String Parameter". In this case the build output the correct information.
E.g. @echo oracleUsername=%oracleUsername%
will display oracleUsername=ThisIsMyOracleUsername
But, like above, the behavior is the same whether I select "Mask passwords" or not.