We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a8724 commit 68d1484Copy full SHA for 68d1484
JenkinsFile
@@ -1,4 +1,7 @@
1
pipeline {
2
+ options {
3
+ buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '5', numToKeepStr: '10')
4
+ }
5
agent any
6
tools {
7
maven 'maven-tool'
0 commit comments