jobs: explicitly enable ansi color wrapper

For some reason (jenkins upgrade?), output is not colored anymore.
Explicitly enable the ansi color wrapper in the jjb configs, where we
have such colors in the output.

Change-Id: I2d3faaf608ae9d12573f5c0f740ff7ee4b33358e
This commit is contained in:
Oliver Smith 2022-01-17 16:28:22 +01:00
parent 6942211175
commit 3ee13bd9cd
3 changed files with 10 additions and 0 deletions

View File

@ -145,4 +145,8 @@
builders: builders:
- shell: '{obj:cmd}' - shell: '{obj:cmd}'
wrappers:
- ansicolor:
colormap: xterm
# vim: expandtab tabstop=2 shiftwidth=2 # vim: expandtab tabstop=2 shiftwidth=2

View File

@ -125,5 +125,8 @@
num-to-keep: 120 num-to-keep: 120
artifact-days-to-keep: -1 artifact-days-to-keep: -1
artifact-num-to-keep: -1 artifact-num-to-keep: -1
wrappers:
- ansicolor:
colormap: xterm
# vim: expandtab tabstop=2 shiftwidth=2 # vim: expandtab tabstop=2 shiftwidth=2

View File

@ -507,5 +507,8 @@
num-to-keep: 120 num-to-keep: 120
artifact-days-to-keep: -1 artifact-days-to-keep: -1
artifact-num-to-keep: -1 artifact-num-to-keep: -1
wrappers:
- ansicolor:
colormap: xterm
# vim: expandtab tabstop=2 shiftwidth=2 # vim: expandtab tabstop=2 shiftwidth=2