This is an automated email from the ASF dual-hosted git repository.
tillt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 47cd9be Added logrotate option to force Jenkins into removing older
artefacts.
47cd9be is described below
commit 47cd9be3187a73a62f3ff659699facb92a6e7123
Author: Till Toenshoff <[email protected]>
AuthorDate: Tue Jun 11 14:36:21 2019 +0200
Added logrotate option to force Jenkins into removing older artefacts.
Review: https://reviews.apache.org/r/70829/
---
support/jenkins/Jenkinsfile-packaging-centos | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/support/jenkins/Jenkinsfile-packaging-centos
b/support/jenkins/Jenkinsfile-packaging-centos
index de688f4..f468b24 100644
--- a/support/jenkins/Jenkinsfile-packaging-centos
+++ b/support/jenkins/Jenkinsfile-packaging-centos
@@ -1,5 +1,9 @@
#!groovy
+options {
+ buildDiscarder(logRotator(daysToKeepStr: '30'))
+}
+
if (env.NODE_LABELS == null) {
env.NODE_LABELS = "(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)"
}