Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Reduce number of builds retained for master (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored and tmohay committed Jul 26, 2019
1 parent a85980a commit 5b78518
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 @@ -8,7 +8,7 @@ if (env.BRANCH_NAME == "master") {
properties([
buildDiscarder(
logRotator(
daysToKeepStr: '90'
daysToKeepStr: '30', artifactDaysToKeepStr: '7'
)
)
])
Expand Down

0 comments on commit 5b78518

Please sign in to comment.