mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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 {
|
triggers {
|
||||||
cron '@midnight'
|
cron 'H 0 * * 1-5'
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
Reference in New Issue
Block a user