We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1daffc commit 43ed426Copy full SHA for 43ed426
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