This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit a1703b334bf585d434de8cbfdaeb5195d0d8f7c3 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Jan 7 21:50:21 2019 +0100 CAMEL-11500: cleanup the build Adds timestamps, color. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8aedd1c..29a7788 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,10 @@ pipeline { logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10') ) + timestamps() + + ansiColor('xterm') + checkoutToSubdirectory('camel-website') }