Skip to content

Commit a3704cc

Browse files
authored
Limit the number of artifacts stored in Jenkins (#1158)
Artifacts are anyway uploaded to build.openmodelica.org, so they do not need to be also in Jenkins.
1 parent 7127371 commit a3704cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pipeline {
55
}
66
options {
77
newContainerPerStage()
8+
buildDiscarder(logRotator(numToKeepStr: "100", artifactNumToKeepStr: "5"))
89
}
910
parameters {
1011
booleanParam(name: 'MSVC64', defaultValue: true, description: 'Build with MSVC64 (often hangs)')

0 commit comments

Comments
 (0)