Skip to content

Commit 638d011

Browse files
authored
Discard Jenkins build workspace after 30 days (#2806)
1 parent ffba65f commit 638d011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
options {
3030
// When we have test-fails e.g. we don't need to run the remaining steps
3131
skipStagesAfterUnstable()
32-
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
32+
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5', daysToKeepStr: '30'))
3333
}
3434

3535
stages {

0 commit comments

Comments
 (0)