Skip to content

Commit e50f972

Browse files
committed
changed build retention in default branch to 20 days
Signed-off-by: Sombrio <[email protected]>
1 parent 61c619a commit e50f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/public_tests_all.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
node {
44

55
def isDefaultBranch = (env.BRANCH_NAME == 'master')
6-
def daysToKeep = (isDefaultBranch ? '30' : '-1');
6+
def daysToKeep = (isDefaultBranch ? '20' : '-1');
77
def numToKeep = (isDefaultBranch ? '-1' : '10');
88

99
properties([

0 commit comments

Comments
 (0)