This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d443b13b disable ansiColor (#1532)
d443b13b is described below

commit d443b13b7cbb811af54696cd71b80123a1dbca65
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Mar 9 20:47:09 2026 +1000

    disable ansiColor (#1532)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f9ab2868..845d3340 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@
         skipStagesAfterUnstable()
         //timestamps()
         disableConcurrentBuilds()
-        ansiColor('xterm')
+        // ansiColor('xterm')
         // This is required if you want to clean before build
         skipDefaultCheckout(true)
     }

Reply via email to