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

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

commit 4e2fdbece1bebf887f8b25c49a26efacf9ab9ddb
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Mar 9 11:45:12 2026 +0100

    Remove ansiColor option from Jenkinsfile
---
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

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

Reply via email to