diff --git a/Jenkinsfile b/Jenkinsfile index 753af4f5..4054e48c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,9 @@ pipeline { agent any + options { + buildDiscarder(logRotator(numToKeepStr: "3", artifactNumToKeepStr: "3")) + } stages { stage('Setup') { // Install any dependencies you need to perform testing steps {