Skip to content

Commit 8bdd8f1

Browse files
authored
Update Jenkinsfile
1 parent 363e440 commit 8bdd8f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linuxNew/Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pipeline {
44
agent {
55
label NODE_LABEL
66
}
7-
options([
8-
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '1', daysToKeepStr: '', numToKeepStr: '10')),
9-
])
7+
options {
8+
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '1'))
9+
}
1010
parameters {
1111
string(name: 'PRODUCT', defaultValue: 'temurin')
1212
string(name: 'JDK_SOURCE', defaultValue: 'Adoptium')

0 commit comments

Comments
 (0)