You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/07 21:10:37 UTC

[camel-website] 13/13: CAMEL-11500: cleanup the build

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 <zr...@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')
     }