On Mon, Dec 17, 2018 at 3:48 PM Martin Weber <[email protected]> wrote: > in my plugin, do I have to always call > hudson.Launcher.ProcStarter.stderr(OutputStream)?
No, you should not. The call to `stdout(TaskListener)` ought to suffice. > The docs say I do not have to; if unset, stderr output would go to stdin. stdout I suppose you mean? > But > I could not find any code in jenkins-core that is handling that case. https://github.com/jenkinsci/jenkins/blob/b826edb23de393bf1d79227247594b533ad7b363/core/src/main/java/hudson/Proc.java#L224 -- 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/CANfRfr3_Kbt7JCnK-cwo9tS%2BeGSrUWQrmsfQK2rDybKrOz9wBw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
