This commit is contained in:
Guillem Hernandez Sola
2026-05-07 09:45:02 +02:00
parent 49ef582998
commit 55a327a10e

View File

@@ -2,8 +2,8 @@ pipeline {
agent any
triggers {
// Every Friday at 07:15
cron('15 21 * * 5')
// Every Sunday at 07:15
cron('15 21 * * 0')
}
environment {