Skip to content

Commit 89407d4

Browse files
authored
Merge pull request #3488 from jaredlll08/patch-1
Please give me my 13G back
2 parents 736aaed + 43ed426 commit 89407d4

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)