Multiline password build parameter not obfuscated Follow
Hello, I'm having issues making TeamCity treat a multiline build parameter of type password which contains a multiline value.
With the following script, the password is shown in the build log.
`echo "%mysecret%"`
If I create a password value in a single line it obfuscates as expected.
TeamCity version 2021.2.3 (build 99711)
Please sign in to leave a comment.
Hello,
If the issue is still actual, could you please provide an example of a build log with some sample password?