File tree Expand file tree Collapse file tree
src/Shared/Components/CICDHistory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export const getModuleConfigured = (moduleName: string): Promise<ModuleConfigRes
312312export const resourceConflictRedeploy = async ( { pipelineId, triggerId, appId } : ResourceConflictRedeployParamsType ) =>
313313 post < never , ResourceConflictRedeployPayloadType > ( ROUTES . CD_TRIGGER_POST , {
314314 pipelineId : + pipelineId ,
315- wfrId : + triggerId ,
315+ wfrIdForDeploymentWithSpecificTrigger : + triggerId ,
316316 appId : + appId ,
317317 redeployHelmReleaseWithTakeOwnership : true ,
318318 } )
Original file line number Diff line number Diff line change @@ -911,7 +911,7 @@ export interface ResourceConflictRedeployParamsType
911911export interface ResourceConflictRedeployPayloadType {
912912 pipelineId : number
913913 appId : number
914- wfrId : number
914+ wfrIdForDeploymentWithSpecificTrigger : number
915915 redeployHelmReleaseWithTakeOwnership : true
916916}
917917
You can’t perform that action at this time.
0 commit comments