This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new e865b32 chore: migrate to new CI server (#436) e865b32 is described below commit e865b32a205fb723c9a260b9bd1d5d0b0b517cae Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Thu Jul 23 07:37:32 2020 +0200 chore: migrate to new CI server (#436) 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')