We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 736aaed + 43ed426 commit 89407d4Copy full SHA for 89407d4
Jenkinsfile
@@ -1,6 +1,9 @@
1
#!/usr/bin/env groovy
2
3
pipeline {
4
+ options {
5
+ buildDiscarder(logRotator(numToKeepStr: '10'))
6
+ }
7
agent any
8
tools {
9
jdk "jdk8u292-b10"
0 commit comments