We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52e3969 + 89407d4 commit 1aa6a02Copy full SHA for 1aa6a02
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 "jdk-17.0.1"
0 commit comments