Skip to content

Commit

Permalink
Ridotto il numero di compilazioni mantenute da Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jan 25, 2022
1 parent b8b4349 commit 2c45ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
buildDiscarder(logRotator(numToKeepStr: '2', artifactNumToKeepStr: '2'))
}
stages {
stage('cleanup') {
Expand Down

0 comments on commit 2c45ad4

Please sign in to comment.