Add cron trigger to check and build changed branches for index.scheme.org
This commit is contained in:
parent
8721ded4c3
commit
2b9eab8d63
|
@ -102,9 +102,12 @@ jobs:
|
|||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(10)
|
||||
numToKeep(0)
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
cron('0 * * * *')
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
folder('r7rs') {
|
||||
|
|
Loading…
Reference in New Issue