Exposed build output to api
This commit is contained in:
+7
-6
@@ -54,12 +54,13 @@ type Webhook struct {
|
||||
}
|
||||
|
||||
type Run struct {
|
||||
Id uuid.UUID
|
||||
Pipeline uuid.UUID
|
||||
InProgress bool
|
||||
Result *int64
|
||||
Stdout []byte
|
||||
Stderr []byte
|
||||
Id uuid.UUID
|
||||
Pipeline uuid.UUID
|
||||
InProgress bool
|
||||
Result *int64
|
||||
BuildOutput []byte
|
||||
Stdout []byte
|
||||
Stderr []byte
|
||||
}
|
||||
|
||||
type CommandExecution struct {
|
||||
|
||||
Reference in New Issue
Block a user