Every 4 hours

This commit is contained in:
2026-04-10 19:42:27 +00:00
parent e158f99cf8
commit 85eeeab282

View File

@@ -2,7 +2,7 @@ pipeline {
agent any
triggers {
cron('H/36 * * * *')
cron('0 */4 * * *')
}
stages {