Remove build discarder

This commit is contained in:
Telesphoreo 2022-06-26 22:45:36 -05:00
parent 45669c2172
commit c59f492237

3
Jenkinsfile vendored
View File

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