From c59f49223782cff9f25f11d7e5c260078632f9b8 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 26 Jun 2022 22:45:36 -0500 Subject: [PATCH] Remove build discarder --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e8da8a..d9e3f7e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,6 @@ pipeline { environment { GITHUB_BRANCH = "${BRANCH_NAME}" } - options { - buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5') - } stages { stage('applyPatches') { steps {