Skip to content

Commit

Permalink
feat: host url cicd event in pre post ci and cd (#185)
Browse files Browse the repository at this point in the history
* added field baseUrl

* added host url field
  • Loading branch information
RajeevRanjan27 authored Sep 23, 2024
1 parent 13ed35d commit db72ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/EventHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ type CommonWorkflowRequest struct {
BuildxCacheModeMin bool `json:"buildxCacheModeMin"`
AsyncBuildxCacheExport bool `json:"asyncBuildxCacheExport"`
UseDockerApiToGetDigest bool `json:"useDockerApiToGetDigest"`
HostUrl string `json:"hostUrl"`
}

func (c *CommonWorkflowRequest) GetCloudHelperBaseConfig(blobStorageObjectType string) *util.CloudHelperBaseConfig {
Expand Down

0 comments on commit db72ee5

Please sign in to comment.