While this makes sense for actual occurrences (i.e. where the asterisk'ed text REALLY is my user name), it is quite counterproductive in situations where the user name accidentally matches some other strings in the log.
For example, my user name I use in the credentials is "jenkins" (oh yeah, creative). Everywhere this name is used (e.g. in URLs like [email protected]/somepath) it is correctly masked (showing ****@myserver.de/somepath). However, I have a script called "jenkins_patches.sh" which is called during the build. This gets logged as "****_patches.sh", which is quite ridicoulous, because the credentials are not actually used here. Furthermore, my Jenkins instance is hosted under some URL like "http://mycompanyintranet/jenkins", resulting in "http://mycompanyintranet/****", which makes all URLs in my build log unusable. This is quite annoying. Is there a solution to change this? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dc508f41-cd5b-449b-a0d4-11d9aa5c2668%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
