Re: Jenkins replaces all occurrences of my user name in the log with asterisks. How can I change that?

2019-05-21 Thread Tim Jaacks
Thanks very much for the link. That is indeed exactly my issue. Is there an alternative to using the credentials binding plugin? I need the credentials to be inserted into an URL within the test script. How can I do this without the credentials binding plugin? Am Dienstag, 21. Mai 2019 14:48:57

Re: Jenkins replaces all occurrences of my user name in the log with asterisks. How can I change that?

2019-05-21 Thread Tim Jaacks
Thanks for your reply, Mark. I am using the credentials plugin to provide the stated credentials and I thought, that it is actually this plugin which performs the masking. If not, which plugin does this? I did not find any installed plugins in my instance which seem to do this. Am Dienstag, 21.

Jenkins replaces all occurrences of my user name in the log with asterisks. How can I change that?

2019-05-21 Thread Tim Jaacks
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, c