This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch pnp
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 986ff1b3484c39403acacf5e705566371b939b86
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')
     }
 

Reply via email to