mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
ES-2349: update Crons to not run at the weekend
This commit is contained in:
parent
50b65c0183
commit
1f2dea4eb1
@ -26,7 +26,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
cron '@midnight'
|
cron 'H 0 * * 1-5'
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
Reference in New Issue
Block a user