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:
parent
deb8763414
commit
d0467a5829
|
|
@ -27,9 +27,9 @@ pipeline {
|
|||
timeout(time: 5, unit: 'HOURS')
|
||||
buildDiscarder(
|
||||
logRotator(numToKeepStr: '50',
|
||||
daysToKeepStr: '3',
|
||||
daysToKeepStr: '7',
|
||||
artifactNumToKeepStr: '50',
|
||||
artifactDaysToKeepStr: '3'
|
||||
artifactDaysToKeepStr: '7'
|
||||
)
|
||||
)
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@ pipeline {
|
|||
timeout(time: 5, unit: 'HOURS')
|
||||
buildDiscarder(
|
||||
logRotator(numToKeepStr: '50',
|
||||
daysToKeepStr: '3',
|
||||
daysToKeepStr: '7',
|
||||
artifactNumToKeepStr: '50',
|
||||
artifactDaysToKeepStr: '3'
|
||||
artifactDaysToKeepStr: '7'
|
||||
)
|
||||
)
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
|||
Loading…
Reference in New Issue