Compare commits

..

1 Commits
main ... main

1 changed files with 4 additions and 1 deletions

View File

@ -102,9 +102,12 @@ jobs:
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
numToKeep(0)
}
}
triggers {
cron('0 * * * *')
}
}
- script: >
folder('r7rs') {