Skip to content

Commit d6915ca

Browse files
committed
contrib/ci.inria.fr: remove buildDiscarder option
It's defined on the server, system-wide now. Signed-off-by: Brice Goglin <[email protected]>
1 parent 728743d commit d6915ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/ci.inria.fr/Jenkinsfile

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ pipeline {
5151
pollSCM(isExtendedJob ? '0 3 * * *' : '')
5252
}
5353

54-
options {
55-
buildDiscarder(logRotator(numToKeepStr: '25', daysToKeepStr: '50'))
56-
}
57-
5854
stages {
5955
stage('Tarball') {
6056
steps {

0 commit comments

Comments
 (0)