Skip to content
Snippets Groups Projects
Commit a6250034 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Quickfix for BuildDiscarder due to Jenkins update.

parent 67c490f8
No related branches found
No related tags found
No related merge requests found
...@@ -38,4 +38,4 @@ node('master') { ...@@ -38,4 +38,4 @@ node('master') {
} }
} }
properties ([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: '25']]]) properties ([[$class: 'org.jenkinsci.plugins.workflow.job.properties.BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: '25']]])
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