Invoke switch backup command correctly

This commit is contained in:
Игорь Чудов 2019-10-08 13:06:27 +04:00
parent 71c8a01408
commit a9d8281c4a
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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')