Jenkins logs with spinner animation

Viewed 19

I have a Jenkins job that triggers some bash scripts on a remote device. The script itself runs a bunch of tests and for each one displays a spinner animation until it completes i.e. [/], [|], [\], etc. However, Jenkins will for one not display any of these until the script completes, but also displays each position of the spinner on an individual line.

I would like to change it so it simply shows the spinner animation on a single line while the script is running, but I cannot seem to find anything on how to make this possible. Any suggestions?

0 Answers
Related