Invoke switch backup command correctly
This commit is contained in:
parent
71c8a01408
commit
a9d8281c4a
@ -202,7 +202,8 @@ job('infra/switch-backup') {
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
cron('* 5 * * *')
|
||||
// Synchronize every 5 hours
|
||||
cron('H 5,10,15,20 * * *')
|
||||
}
|
||||
steps {
|
||||
shell('echo test')
|
||||
|
Loading…
Reference in New Issue
Block a user