This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new e79f1d31 fix: remove AnsiColor plugin
e79f1d31 is described below
commit e79f1d31ee7caa8317e1b62db7ab7ca1f09880ee
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Mar 21 09:58:23 2023 +0100
fix: remove AnsiColor plugin
Doesn't seem to be installed any more.
---
Jenkinsfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c5b744b6..71e6031c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,8 +29,6 @@ pipeline {
logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')
)
- ansiColor('xterm')
-
checkoutToSubdirectory('camel-website')
}