Complete support for cron pipeline triggering

This commit is contained in:
2023-04-08 16:28:00 -06:00
parent fe9e1cac15
commit 4f7b315f54
8 changed files with 186 additions and 12 deletions
+4 -3
View File
@@ -81,7 +81,8 @@ type Runner struct {
}
type Cron struct {
Id uuid.UUID
Cron string
Pattern string
Id uuid.UUID
PipelineId uuid.UUID
Cron string
Pattern string
}