From 3ee13bd9cd3995b456c9ff55ac09b93e94f3462b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 17 Jan 2022 16:28:22 +0100 Subject: [PATCH] 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 --- jobs/gerrit-lint.yml | 4 ++++ jobs/ttcn3-testsuites-kernel-git.yml | 3 +++ jobs/ttcn3-testsuites.yml | 3 +++ 3 files changed, 10 insertions(+) diff --git a/jobs/gerrit-lint.yml b/jobs/gerrit-lint.yml index 768df7d9..b98a0416 100644 --- a/jobs/gerrit-lint.yml +++ b/jobs/gerrit-lint.yml @@ -145,4 +145,8 @@ builders: - shell: '{obj:cmd}' + wrappers: + - ansicolor: + colormap: xterm + # vim: expandtab tabstop=2 shiftwidth=2 diff --git a/jobs/ttcn3-testsuites-kernel-git.yml b/jobs/ttcn3-testsuites-kernel-git.yml index 1bc07d5f..37f91708 100644 --- a/jobs/ttcn3-testsuites-kernel-git.yml +++ b/jobs/ttcn3-testsuites-kernel-git.yml @@ -125,5 +125,8 @@ num-to-keep: 120 artifact-days-to-keep: -1 artifact-num-to-keep: -1 + wrappers: + - ansicolor: + colormap: xterm # vim: expandtab tabstop=2 shiftwidth=2 diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 8f59d825..172cfece 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -507,5 +507,8 @@ num-to-keep: 120 artifact-days-to-keep: -1 artifact-num-to-keep: -1 + wrappers: + - ansicolor: + colormap: xterm # vim: expandtab tabstop=2 shiftwidth=2