We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41dc1 commit 7228b4cCopy full SHA for 7228b4c
Jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
7
8
options {
9
disableConcurrentBuilds()
10
+ buildDiscarder(logRotator(numToKeepStr: '14'))
11
}
12
13
stages {
0 commit comments