Skip to content
Snippets Groups Projects
Unverified Commit b41b18f3 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update analysis.groovy

parent 8269c6e4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def call() {
options {
disableConcurrentBuilds()
copyArtifactPermission('*')
buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10'))
buildDiscarder(logRotator(numToKeepStr: '1', artifactNumToKeepStr: '1'))
}
stages {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment