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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ea9428  Reducing number of kept builds on ci server
1ea9428 is described below

commit 1ea94287d80b92c71384c9da990115a2497f9cfc
Author: Martin Stockhammer <marti...@apache.org>
AuthorDate: Thu Dec 27 20:51:15 2018 +0100

    Reducing number of kept builds on ci server
---
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8f0f5ee..b9746f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,6 +35,9 @@ pipeline {
     agent {
         label "${LABEL}"
     }
+    options {
+        buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: 
'10'))
+    }
 
     stages {
         stage('Builds') {

Reply via email to