From d7ba16b7121c62b789a03571e81d7429c676429b Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 10 Apr 2022 16:58:49 -0500 Subject: [PATCH] I think this is what we want --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02b4d73..a2e5036 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any options { - properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')), pipelineTriggers([githubPush()])]) + buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5') } stages { stage('applyPatches') {