Skip to content

Commit a680e15

Browse files
authored
Update Jenkinsfile-test-binaries
1 parent 97eb5e7 commit a680e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile-test-binaries

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ pipeline {
4242
}
4343
options {
4444
parallelsAlwaysFailFast()
45-
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '30', artifactDaysToKeepStr: '100'))
46-
skipDefaultCheckout()
45+
buildDiscarder(logRotator(numToKeepStr: '20', daysToKeepStr: '100', artifactDaysToKeepStr: '100'))
4746
}
4847
environment {
4948
MACOS_SWITCH = 'stanc3-4.14'

0 commit comments

Comments
 (0)