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

@Laurent_R: Apologies for not mentioning the OS. I have now updated the post. Both machines, Jenkins slave and remote box are CentOS instances.
  • Comment on Re^2: Print log at runtime instead of dumping all at once later

Replies are listed 'Best First'.
Re^3: Print log at runtime instead of dumping all at once later
by Laurent_R (Canon) on Jul 02, 2015 at 06:35 UTC
    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.
      @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. :)