File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SCHEMA >
1010 `tag` Boolean `json:$.tag` DEFAULT 'false',
1111 `before_sha` String `json:$.before_sha` DEFAULT '',
1212 `sha` String `json:$.sha` DEFAULT '',
13- `build_id` String `json:$.build_id` DEFAULT '',
13+ `build_id` Nullable( String) `json:$.build_id` DEFAULT '',
1414 `build_name` String `json:$.build_name` DEFAULT '',
1515 `build_stage` String `json:$.build_stage` DEFAULT '',
1616 `build_status` String `json:$.build_status` DEFAULT '',
@@ -32,7 +32,7 @@ SCHEMA >
3232 `repository` JSON `json:$.repository` DEFAULT '{}',
3333 `project` JSON `json:$.project` DEFAULT '{}',
3434 `runner` JSON `json:$.runner` DEFAULT '{}',
35- `environment` JSON `json:$.environment` DEFAULT '{} ',
35+ `environment` String `json:$.environment` DEFAULT '',
3636 `source_pipeline` JSON `json:$.source_pipeline` DEFAULT '{}'
3737
3838
You can’t perform that action at this time.
0 commit comments