This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch pr/new-ci in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit bcb055f2e7176476cc7ee60fe5f67b40bab0d7f6 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Thu Jul 23 00:04:09 2020 +0200 chore: migrate to new CI server We need to migrate to managed Jenkins instance at ci-builds.apache.org. The timestamp pipeline plugin is not installed there so we need to remove it. --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f41cbcf..8af7ea7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,8 +28,6 @@ pipeline { logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10') ) - timestamps() - ansiColor('xterm') checkoutToSubdirectory('camel-website')