ES-2349: update Crons to not run at the weekend

This commit is contained in:
Ronan Browne 2024-05-01 10:38:19 +01:00
parent 50b65c0183
commit 1f2dea4eb1

View File

@ -26,7 +26,7 @@ pipeline {
}
triggers {
cron '@midnight'
cron 'H 0 * * 1-5'
}
environment {