Remove build discarder

This commit is contained in:
Telesphoreo 2022-06-26 22:45:36 -05:00
parent 45669c2172
commit c59f492237
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -3,9 +3,6 @@ pipeline {
environment {
GITHUB_BRANCH = "${BRANCH_NAME}"
}
options {
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')
}
stages {
stage('applyPatches') {
steps {