Skip to content

Commit

Permalink
conf(ci): discard old builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Aug 15, 2024
1 parent 7426cb5 commit 1a61d8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '10',daysToKeepStr: '30'))
}
tools {
jdk 'JDK 21'
}
Expand Down

0 comments on commit 1a61d8a

Please sign in to comment.