Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Jan 11, 2022
1 parent 363e440 commit 8bdd8f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linuxNew/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pipeline {
agent {
label NODE_LABEL
}
options([
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '1', daysToKeepStr: '', numToKeepStr: '10')),
])
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '1'))
}
parameters {
string(name: 'PRODUCT', defaultValue: 'temurin')
string(name: 'JDK_SOURCE', defaultValue: 'Adoptium')
Expand Down

0 comments on commit 8bdd8f1

Please sign in to comment.