Skip to content

Commit

Permalink
Merge branch 'master' into abap-environment-update-addon-product
Browse files Browse the repository at this point in the history
  • Loading branch information
ranliii authored Feb 20, 2024
2 parents 9c527e3 + a1908a6 commit aaf45b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/telemetry/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ type CustomData struct {
LegacyJobName string `json:"legacyJobName,omitempty"`
DeployType string `json:"deployType,omitempty"`
CnbBuildStepData string `json:"cnbBuildStepData,omitempty"`
ServerURL string `json:"serverURL,omitempty"`
ECCNMessageStatus string `json:"eccnMessageStatus,omitempty"`
ChangeRequestUpload string `json:"changeRequestUpload,omitempty"`
BuildVersionCreation string `json:"buildVersionCreation,omitempty"`
PullRequestMode string `json:"pullRequestMode,omitempty"`
GroovyTemplateUsed string `json:"groovyTemplateUsed,omitempty"`
}

// StepTelemetryData definition for telemetry reporting and monitoring
Expand Down

0 comments on commit aaf45b7

Please sign in to comment.