Record docker build output in database
This commit is contained in:
@@ -149,6 +149,7 @@ CREATE TABLE runs (
|
||||
id UUID PRIMARY KEY,
|
||||
pipeline UUID,
|
||||
in_progress BOOLEAN DEFAULT NULL,
|
||||
build_output TEXT DEFAULT NULL,
|
||||
result BIGINT DEFAULT NULL,
|
||||
stdout TEXT DEFAULT NULL,
|
||||
stderr TEXT DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user