Correct me if I am wrong,  through the PR 
https://github.com/jenkinsci/workflow-job-plugin/pull/27/files#diff-5ac278e2951f186bb7e2f76208e6ed05R76
 
, there is a comment // TODO JENKINS-30777 decorate with 
ConsoleLogFilter.all()
Does that mean I need to use explicit declare such as 

withContext(new MyConsoleLogFilter()) {
    sh 'process'
}


On Tuesday, November 22, 2016 at 12:46:31 AM UTC+8, Jesse Glick wrote:
>
> On Mon, Nov 21, 2016 at 4:53 AM, Ted Xiao <[email protected] <javascript:>> 
> wrote: 
> > I think it is different to JENKINS-38381, the filter I wrote works like 
> Unix 
> > tee command which forward the console log to a 3rd party log analyse 
> system 
> > for real time monitoring and alerting 
>
> JENKINS-38381 accomplishes exactly that. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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-dev/d516b1a2-13da-4305-a5cb-d43232819c9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to