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 {