Skip to content

Commit 43ed426

Browse files
authored
Update Jenkinsfile
1 parent b1daffc commit 43ed426

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env groovy
22

33
pipeline {
4+
options {
5+
buildDiscarder(logRotator(numToKeepStr: '10'))
6+
}
47
agent any
58
tools {
69
jdk "jdk8u292-b10"

0 commit comments

Comments
 (0)