From 66efa217d0acce9fadd8de7176aedfb238d96c26 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 10 Apr 2022 16:54:42 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 44f276e..02b4d73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + options { + properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')), pipelineTriggers([githubPush()])]) + } stages { stage('applyPatches') { steps {