We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0004ae8 commit 5f87dfeCopy full SHA for 5f87dfe
pkg/pipeline/bean/CdHandlerBean.go
@@ -21,7 +21,7 @@ type CdWorkflowWithArtifact struct {
21
TriggeredBy int32 `json:"triggered_by"`
22
EmailId string `json:"email_id"`
23
Image string `json:"image"`
24
- TargetPlatforms []*TargetPlatform `json:"target_platforms"`
+ TargetPlatforms []*TargetPlatform `json:"targetPlatforms"`
25
MaterialInfo string `json:"material_info,omitempty"`
26
DataSource string `json:"data_source,omitempty"`
27
CiArtifactId int `json:"ci_artifact_id,omitempty"`
0 commit comments