The TaskListener that is a part of the buildstep's perform method is transferable via remoting, so if you serialize it along with the command in workspace.act you can seamlessly write to the log from the slave. The launcher will also write back the output of the command to the log.
/B On Wed, Dec 16, 2015 at 7:50 AM, Hari Praswin <[email protected]> wrote: > Hi, > > I'm in need of posting info about ongoing test plan and test case from > slave to jenkins job console in order to see the clear progress of the > build. > > Is there any way to access jenkins job console from slave, if so please > share your thoughts. > > Thanks, > Ari > > -- > 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/22c22d54-c113-4ca4-b050-c950e6a60b38%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/22c22d54-c113-4ca4-b050-c950e6a60b38%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Robert Sandell *Software Engineer* *CloudBees Inc.* -- 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/CALzHZS1Y9axLKbTHpQhV_ZGOJeyHiwXH65ibPrR9j-RVkR7bGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
