Skip to content

Commit 4e41803

Browse files
authored
feat: [PIPE-24072]: Added the pipeline name (#617)
1 parent 6bc00ef commit 4e41803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

harness/nextgen/model_pipeline_filter_properties.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ type PipelineFilterProperties struct {
1616
// This is the list of the Pipeline Identifiers on which the filter will be applied.
1717
PipelineIdentifiers []string `json:"pipelineIdentifiers,omitempty"`
1818
// This is the Pipeline Name on which the filter will be applied.
19-
Name string `json:"name,omitempty"`
19+
Name string `json:"name,omitempty"`
20+
PipelineName string `json:"pipelineName,omitempty"`
2021
// This is the Pipeline Description on which the filter will be applied.
2122
Description string `json:"description,omitempty"`
2223
ModuleProperties map[string]interface{} `json:"moduleProperties,omitempty"`

0 commit comments

Comments
 (0)