aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/ttcn3-testsuites.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-01-17 16:28:22 +0100
committerOliver Smith <osmith@sysmocom.de>2022-01-17 16:36:03 +0100
commit3ee13bd9cd3995b456c9ff55ac09b93e94f3462b (patch)
treec5bb4671a5c9577d4a7fa1281cf99c6699e91850 /jobs/ttcn3-testsuites.yml
parent6942211175682bd5e9c4c2dfed8492e83763597f (diff)
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
Diffstat (limited to 'jobs/ttcn3-testsuites.yml')
-rw-r--r--jobs/ttcn3-testsuites.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 8f59d82..172cfec 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