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, here is the implement https://github.com/jenkinsci/splunk-devops-plugin/blob/master/splunk-devops/src/main/java/com/splunk/splunkjenkins/TeeConsoleLogFilter.java
On Saturday, November 19, 2016 at 1:31:08 AM UTC+8, Jesse Glick wrote: > > On Fri, Nov 18, 2016 at 5:48 PM, Ted Xiao <[email protected] <javascript:>> > wrote: > > I wrote a plugin tee the console log to a central location by > implementing > > the ConsoleLogFilter, but it doesn't work for WorkflowRun. > > What are you trying to accomplish? If JENKINS-38381, that is not the > way to do it. > -- 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/c4f711ca-5f45-41a3-ba30-824254e5bd34%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
