every 4 hours

This commit is contained in:
2026-04-10 19:43:16 +00:00
parent 85eeeab282
commit ba742965bd

View File

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