ci: lower number of artifacts kept to 3
Desktop builds are taking up a ridiculous amount of space. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e0b8a74e29
commit
cc6bf79d8c
|
@ -18,6 +18,7 @@ pipeline {
|
|||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '3',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ pipeline {
|
|||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '3',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '3',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue