1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

telemetry: extend custom data (#4836)

This commit is contained in:
Vyacheslav Starostin 2024-02-20 23:34:25 +06:00 committed by GitHub
parent 38fa25795a
commit a1908a67e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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