You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log censoring is driven by TeamCity's logging, not the plugin.
You'll need to put your password in a password parameter and use %MyPasswordParam% to inject the password, which will cause TeamCity to redact the password in the logs.
Using Team City Cloud and a local agent, when a build fails the password is in plain text.
The usernamepassword is set via command line arguments:
-username [email protected] -password MyPassword -serial MySerial
Interestingly, the first half of the email is *'d out.
The text was updated successfully, but these errors were encountered: