in reply to Re^2: Print log at runtime instead of dumping all at once later
in thread Print log at runtime instead of dumping all at once later

No problem, I was just saying that there are some cases where setting $| to a true value is not sufficient. I do not know what a Jenkins job is, and don't understand the details of what you're doing, but if the $| solution doesn't work for you, maybe the solution I outlined for VMS might be adapted to your case.

Replies are listed 'Best First'.
Re^4: Print log at runtime instead of dumping all at once later
by Technext (Acolyte) on Jul 02, 2015 at 17:08 UTC
    @Laurent_R: salva's comment worked for me so i'll go for that. :) Just to let you know, Jenkins is a tool which facilitates continuous integration. It is worth looking if you want to automate the whole development cycle (dev > integration > staging > prod) using a user-friendly interface especially for Java projects. Thanks for your help. :)