From ab73e0e4c5f4029542f8632648fa548cddc7ea7e Mon Sep 17 00:00:00 2001 From: vinnimous Date: Mon, 18 Mar 2024 16:38:49 -0400 Subject: [PATCH] Changes to be committed: modified: Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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 {