File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ func (impl BulkUpdateServiceImpl) BulkBuildTrigger(request *BulkApplicationForEn
13791379 PipelineId : ciPipelineId ,
13801380 CiPipelineMaterial : ciMaterials ,
13811381 TriggeredBy : request .UserId ,
1382- InvalidateCache : false ,
1382+ InvalidateCache : request . InvalidateCache ,
13831383 }
13841384 latestCommitsMap [ciPipelineId ] = ciTriggerRequest
13851385 ciCompletedStatus [ciPipelineId ] = false
Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ type CmAndSecretBulkUpdateResponse struct {
8282}
8383
8484type BulkApplicationForEnvironmentPayload struct {
85- AppIdIncludes []int `json:"appIdIncludes,omitempty"`
86- AppIdExcludes []int `json:"appIdExcludes,omitempty"`
87- EnvId int `json:"envId"`
88- UserId int32 `json:"-"`
85+ AppIdIncludes []int `json:"appIdIncludes,omitempty"`
86+ AppIdExcludes []int `json:"appIdExcludes,omitempty"`
87+ EnvId int `json:"envId"`
88+ UserId int32 `json:"-"`
89+ InvalidateCache bool `json:"invalidateCache"`
8990}
9091
9192type BulkApplicationForEnvironmentResponse struct {
You can’t perform that action at this time.
0 commit comments