Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-08-09 Thread Jason Antman
Jesse, or any Jenkins devs, Is there anyone I can ping directly about this pull request? I've never contributed to a Jenkins plugin before... any idea what I can expect in terms of upstream response to this? Thanks, Jason On Thursday, August 4, 2016 at 11:03:04 AM UTC-4, Jason Antman wrote

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-08-04 Thread Jason Antman
Yeah, I found the extension point - ConsoleLogFliter. I've opened a pull request for my changes - https://github.com/jenkinsci/mask-passwords-plugin/pull/6 On Thursday, August 4, 2016 at 10:47:04 AM UTC-4, Jesse Glick wrote: > > On Fri, Jul 29, 2016 at 7:19 AM, Jason Antm

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-27 Thread Jason Antman
contribute... -Jason On Tue, Jul 26, 2016 at 11:03 PM, Jesse Glick <jgl...@cloudbees.com> wrote: > On Tue, Jul 26, 2016 at 8:38 PM, Jason Antman <ja...@jasonantman.com> > wrote: > > if someone runs `cat ~/.aws/credentials` or for that matter makes an > > API call to generat

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-26 Thread Jason Antman
-defined regexes from the build output. Assuming I can get it working (my Java is really rusty), I'll open a pull request for it. Thanks, Jason On Tue, Jul 26, 2016 at 3:57 PM, Jesse Glick <jgl...@cloudbees.com> wrote: > On Tue, Jul 26, 2016 at 10:14 AM, Jason Antman <ja...@jasonantman.

Plugin to hide/mask/obfuscate regex in all build output?

2016-07-26 Thread Jason Antman
ssions, i.e. I want '(?<![A-Za-z0-9/+=])[A-Za-z0-9/+=]{40}(?![A-Za-z0-9/+=])' to be masked/obfuscated anywhere it appears in build output. 2. Option to enable it globally on all jobs (i.e. force this for every build). Thanks, Jason Antman -- You received this message because you are s