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 2018/12/13 16:14:58 UTC

[camel-website] branch master updated: CAMEL-11500: tweak build options

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


The following commit(s) were added to refs/heads/master by this push:
     new 68d4653  CAMEL-11500: tweak build options
68d4653 is described below

commit 68d465344d0d82bd09a34f79a1a9bbdf4ac0f8c3
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Dec 13 17:14:57 2018 +0100

    CAMEL-11500: tweak build options
    
    Adds discarding of old builds and timestamps to output.
---
 Jenkinsfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index a4766e4..5d17f54 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,6 +25,12 @@ pipeline {
         label "$NODE"
     }
 
+    options {
+        buildDiscarder(
+            logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')
+        )
+    }
+
     stages {
         stage('Build') {
             agent {