mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
ci: cleanup more build artifacts
Should be cleaning artifacts for more than 1+1 build for each branch.
This commit is contained in:
parent
00f50a4112
commit
c3240b296c
1
_assets/ci/Jenkinsfile
vendored
1
_assets/ci/Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ pipeline {
|
|||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '5',
|
numToKeepStr: '5',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
|
artifactNumToKeepStr: '1',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user