You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/12/28 12:46:02 UTC

[incubator-plc4x] branch develop updated: Made the jenkins job discard build logs and artifacts earlier.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4dcf1da  Made the jenkins job discard build logs and artifacts earlier.
4dcf1da is described below

commit 4dcf1da9f480496d2750902af781cf67ef5b9297
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Dec 28 13:45:59 2018 +0100

    Made the jenkins job discard build logs and artifacts earlier.
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 17ba65e..f6f7d14 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,6 +51,7 @@ pipeline {
         timeout(time: 1, unit: 'HOURS')
         // When we have test-fails e.g. we don't need to run the remaining steps
         skipStagesAfterUnstable()
+        buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '3'))
     }
 
     stages {