This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch cannot-push-to-master-anynore-and-need-a-ridiculous-pr-for-such-small-changes in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 6b6ad3de7652138e55de452bb54ad424f4f766ae Author: Olivier Lamy <[email protected]> AuthorDate: Mon Mar 9 20:45:35 2026 +1000 disable ansiColor --- 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) }
