Trigger repo synchronizations using cron
This commit is contained in:
parent
a230a4d13d
commit
816728a377
@ -126,6 +126,9 @@ platforms.each { platform ->
|
||||
}
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
cron('29 3,7,9 * * *')
|
||||
}
|
||||
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