Synchronize repositories more frequently doing pause in the middle of the day
This commit is contained in:
parent
6213b5ff77
commit
71c8a01408
@ -173,7 +173,8 @@ platforms.each { platform ->
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
cron('H 3,7,9 * * *')
|
||||
// Make a pause for sync during working hours
|
||||
cron('H 3,7,9,20,23 * * *')
|
||||
}
|
||||
steps {
|
||||
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=' + platform + ' /bin/sh ./scripts/sync_alt_repo')
|
||||
|
Loading…
Reference in New Issue
Block a user