During my build, I want to show the progress of a file download in the
console with a line of periods (i.e. ".....................")

My build executes a wrapper shell script which launches a Pharo Smalltalk
image. When I write to stdout from Pharo, I don't see any output in the
console until I write a carriage return to stdout.

Does Jenkins wait for a newline to show new output in the console? How would
I get the dots to appear one at a time on the same line?

Some things I tried/tested:
* Flushing stdout didn't seem to have an effect
* Googling "console output flush" didn't produce anything that seemed
relevant
* If I run Pharo from the command line, each character appears in the
terminal without any special effort.

Thanks,
Sean

--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Incremental-character-at-a-time-Console-output-tp4634750.html
Sent from the Jenkins users mailing list archive at Nabble.com.

Reply via email to