Skip to content

Commit 1aa6a02

Browse files
committed
Merge remote-tracking branch 'origin/master' into 1.18-porting
2 parents 52e3969 + 89407d4 commit 1aa6a02

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 "jdk-17.0.1"

0 commit comments

Comments
 (0)