limit build history to 50 items.

This commit is contained in:
Matthieu Kermagoret 2020-04-21 09:20:09 +02:00 committed by Lotfi zaouche
parent 1fe23859da
commit 77c6e7b50c
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -1,3 +1,5 @@
properties([buildDiscarder(logRotator(numToKeepStr: '50'))])
stage('Source') {
node {
sh 'setup_centreon_build.sh'