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 534e22b commit 531dd98Copy full SHA for 531dd98
Jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
7
8
options {
9
disableConcurrentBuilds()
10
+ buildDiscarder(logRotator(numToKeepStr: '14'))
11
}
12
13
stages {
0 commit comments