Merge pull request #7724 from corda/ronanb/ES-2349/update-cron

ES-2349: update Crons to not run at the weekend
This commit is contained in:
Adel El-Beik 2024-05-01 13:32:36 +01:00 committed by GitHub
commit d75c540760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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