removes ansiColor step

This commit is contained in:
2026-03-31 16:21:20 +02:00
parent 6e82d49488
commit 9d698fb911

2
Jenkinsfile vendored
View File

@@ -89,7 +89,6 @@ def canaryShouldRun = true
node { node {
timestamps { timestamps {
ansiColor('xterm') {
try { try {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm
@@ -150,4 +149,3 @@ node {
} }
} }
} }
}