Hi, in my plugin, do I have to always call hudson.Launcher.ProcStarter.stderr(OutputStream)?
The docs say I do not have to; if unset, stderr output would go to stdin. But I could not find any code in jenkins-core that is handling that case. I am facing issue JENKINS-55215 [1] and have no clue why that happens. The issue is reported on a pipeline script. My code is in cmakebuilder at [2]. /Martin [1] https://issues.jenkins-ci.org/browse/JENKINS-55215 [2] <https://github.com/jenkinsci/cmakebuilder-plugin/blob/ 4ad7222c0ebc60afec04ad6772cd6ef6922e859e/src/main/java/hudson/plugins/cmake/ AbstractToolStep.java#L170> -- E-Mails sollten Text sein, Text und nur Text. Wenn Gott gewollt hätte, dass E-Mails in HTML geschrieben würden, endeten Gebete traditionell mit </amen>. -- 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/2366243.yjk3PGTdYa%40linux. For more options, visit https://groups.google.com/d/optout.
