Hi, It works to a certain extent (with --verbose) where lines from the executed commands show up in the console (Not sure if everything is showing up). But the output shows up at the end of all execution. As there might be a lot of events being performed the execution might take 30 - 40 mins and I would like to display the commands as they are executed. Is there any way to do this?
Thanks, Arun On Sun, Nov 12, 2017 at 12:29 PM, Ole Tange <[email protected]> wrote: > On Wed, Nov 8, 2017 at 12:09 AM, Arun Vimalathithen > <[email protected]> wrote: > >> I am already outputting to a file (which I omitted in the pseudo code) >> which is working ok. The EXIT_VALUE is there as an accumulation of all >> HTTP calls so that the end of the job a user can investigate if there >> is a failure. >> >> This job is run as a deployment task in Bamboo and could take some >> time as there are a number of calls; in addition the normal users will >> not have access to the logs but would need to rely on the output to >> the bamboo terminal (page) to view\diagnose the task. > > Joe suggest --ungroup. I will suggest --linebuffer. > > Will that work? > > /Ole
