-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Jenkins 2.19.1, Robot Framework plugin 1.6.4
Using keyword Log to Console with parameter no_newline set to True is not working properly in Jenkins. It is not showing anything on console unless new line is sent. I think this is related to https://github.com/robotframework/ride/issues/1217. It was fixed in Robot and I can see it working when running tests from command line.
Jenkins core implements line-by-line log processing on agents. It is an as designed behavior since it is the only way to implement reliable password masking and console annotations. IMHO not a defect