Skip to content

Commit

Permalink
Reduce disk usage (#1009)
Browse files Browse the repository at this point in the history
This change should be applied to all branches and controllable forks.
  • Loading branch information
fredg02 authored Jan 15, 2025
1 parent 4d2ed9d commit e93588a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pipeline {
}
options {
timestamps()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
}
stages {
stage('initialize PGP') {
Expand Down

0 comments on commit e93588a

Please sign in to comment.