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 {
|
orphanedItemStrategy {
|
||||||
discardOldItems {
|
discardOldItems {
|
||||||
numToKeep(10)
|
numToKeep(0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
triggers {
|
||||||
|
cron('0 * * * *')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
- script: >
|
- script: >
|
||||||
folder('r7rs') {
|
folder('r7rs') {
|
||||||
|
|
Reference in New Issue