jenkins: increased artifact days to keep in ramdisk and mmc build

BugzID: 74496
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-09-16 08:05:11 +02:00
parent deb8763414
commit d0467a5829
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ pipeline {
timeout(time: 5, unit: 'HOURS') timeout(time: 5, unit: 'HOURS')
buildDiscarder( buildDiscarder(
logRotator(numToKeepStr: '50', logRotator(numToKeepStr: '50',
daysToKeepStr: '3', daysToKeepStr: '7',
artifactNumToKeepStr: '50', artifactNumToKeepStr: '50',
artifactDaysToKeepStr: '3' artifactDaysToKeepStr: '7'
) )
) )
disableConcurrentBuilds() disableConcurrentBuilds()

View File

@ -28,9 +28,9 @@ pipeline {
timeout(time: 5, unit: 'HOURS') timeout(time: 5, unit: 'HOURS')
buildDiscarder( buildDiscarder(
logRotator(numToKeepStr: '50', logRotator(numToKeepStr: '50',
daysToKeepStr: '3', daysToKeepStr: '7',
artifactNumToKeepStr: '50', artifactNumToKeepStr: '50',
artifactDaysToKeepStr: '3' artifactDaysToKeepStr: '7'
) )
) )
disableConcurrentBuilds() disableConcurrentBuilds()