Add cron trigger to check and build changed branches for index.scheme.org

This commit is contained in:
Arvydas Silanskas 2025-03-15 11:22:54 +02:00
parent 8721ded4c3
commit 2b9eab8d63
1 changed files with 4 additions and 1 deletions

View File

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