diff --git a/Jenkinsfile b/Jenkinsfile index f2aa1b4..35b8066 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + options { + buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: '')) + } environment { FTP_HOST = credentials('csgowtf-deploy-host')