This commit is contained in:
2025-09-18 14:31:41 -05:00
parent 5b93ff823f
commit abe97b8df3
2 changed files with 4 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ def withDockerCreds(body) {
pipeline {
agent none
environment { DEBUG = "1" }
options { buildDiscarder logRotator(numToKeepStr: '3') }
options { buildDiscarder logRotator(numToKeepStr: '4') }
stages {
stage('build docker image') {
matrix {