6.1.0
Jenkins Flyway Runner plugin
postgres 11.4 but doesn't really matter
linux
Running a jenkins build containing a call to flyway wrapped with the ansiColor('xterm') step.
The flyway output colored the same as in a standard terminal
Everything in black
From the documentation I quote: "Colors are suppressed if stdout is not associated with a terminal."
Perhaps there should be a configuration parameter to force color encodings.
@morl-la We're thinking about adding a new CLI-only option -color= which would accept always, never or auto (the current behaviour, which would be the default if the option is omitted). What do you think?
Sounds like it would allow what I need. Thanks.
Great Success!
