add total num for runs
Signed-off-by: shaowenchen <mail@chenshaowen.com>
This commit is contained in:
@@ -81,6 +81,7 @@ type Pipeline struct {
|
||||
// GetPipeBranchRun & SearchPipelineRuns
|
||||
type PipelineRunList struct {
|
||||
Items []PipelineRun `json:"items"`
|
||||
Total int `json:"totalItems"`
|
||||
}
|
||||
|
||||
// GetBranchPipeRunNodes
|
||||
|
||||
Reference in New Issue
Block a user