-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
Description
Hi,
We use the progress bar console component to display progress in one of our command that takes a while to execute. Sadly, when this command is executed during continuous integration (jenkins), no progress is displayed.
Based on the reading I've had on the subject (#9511 #10011), I understand it was decided not to display anything if --no-ansi
is set/detected.
Is this assertion correct? If so, is there any way to use the progress bar component to display some form of progress for applications such as jenkins which most likely do not support overwriting sequence characters?
Thanks!
Note: --no-ansi
is not passed to the console when executing said command.