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 {
cron('''
H 22,10,16 * * *
0 6 * * *
''')
// 'H' balances the load on Jenkins, running roughly every 30 minutes
cron('H/30 * * * *')
}
environment {