Sometimes I find logical strings similar to these in my Job Jenkins release:
[|] [/] [-] [\] [|] [/] [-] [\] [|] [/] [-]
I know these lines are taken from the "Progress Spinner" ( https://askubuntu.com/questions/623933/how-to-create-a-rotation-animation-using-shell-script ), but they look weird in text magazine.
It gets worse when the tool uses the "command line progress bar" that comes, for example. when pulling a Docker image or NPM package - then the log contains real ugly (and unnecessary) protocol blocks.
...
xtracting [
xtracting [
xtracting [
xtracting [
xtracting [
Is there an existing Jenkins plugin (such as Ansi-Color Plugin ) that either shows the animation or reduces the output to the final "position"?
I do not want to use each tool in silent mode to skip these unnecessary ascii arts, because then a lot of interesting information is lost.
source
share