mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
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:
commit
d75c540760
@ -26,7 +26,7 @@ pipeline {
|
||||
}
|
||||
|
||||
triggers {
|
||||
cron '@midnight'
|
||||
cron 'H 0 * * 1-5'
|
||||
}
|
||||
|
||||
environment {
|
||||
|
Loading…
Reference in New Issue
Block a user