We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c619a commit e50f972Copy full SHA for e50f972
jenkins/public_tests_all.Jenkinsfile
@@ -3,7 +3,7 @@
3
node {
4
5
def isDefaultBranch = (env.BRANCH_NAME == 'master')
6
- def daysToKeep = (isDefaultBranch ? '30' : '-1');
+ def daysToKeep = (isDefaultBranch ? '20' : '-1');
7
def numToKeep = (isDefaultBranch ? '-1' : '10');
8
9
properties([
0 commit comments