From ea42a62eaa130a383fe0eb62d910a98fb313a2f3 Mon Sep 17 00:00:00 2001 From: Matthieu Kermagoret Date: Tue, 21 Apr 2020 09:20:09 +0200 Subject: [PATCH] limit build history to 50 items. --- centreon-plugins/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index 769994fd1..b80a35c3b 100644 --- a/centreon-plugins/Jenkinsfile +++ b/centreon-plugins/Jenkinsfile @@ -1,3 +1,5 @@ +properties([buildDiscarder(logRotator(numToKeepStr: '50'))]) + stage('Source') { node { sh 'setup_centreon_build.sh'