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

Open
arvyy wants to merge 1 commits from arvyy/jenkins-config:main into main
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') {