This commit is contained in:
Guillem Hernandez Sola
2026-07-18 08:45:36 +02:00
parent 488d50634e
commit a730b6ed6b

View File

@@ -9,10 +9,8 @@ pipeline {
} }
triggers { triggers {
cron(''' // 'H' balances the load on Jenkins, running roughly every 30 minutes
H 22,10,16 * * * cron('H/30 * * * *')
0 6 * * *
''')
} }
environment { environment {