Skip to content

feat: remove duplication from TriggerView and EnvTriggerView #8034

feat: remove duplication from TriggerView and EnvTriggerView

feat: remove duplication from TriggerView and EnvTriggerView #8034

Triggered via pull request July 15, 2025 19:32
Status Failure
Total duration 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L2515
Object literal may only specify known properties, and 'invalidateCache' does not exist in type 'TriggerViewContextType'.
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L708
Property 'appReleaseTags' does not exist on type 'CIMaterialType[]'.
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L707
Property 'tagsEditable' does not exist on type 'CIMaterialType[]'.
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L131
Cannot find module '@Components/app/details/triggerView/WebhookReceivedPayloadModal' or its corresponding type declarations.
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L129
Cannot find module '../../../app/details/triggerView/CIMaterialModal' or its corresponding type declarations.
ci: src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx#L67
'"../../../app/details/triggerView/types"' has no exported member named 'CIMaterialProps'. Did you mean 'CDMaterialProps'?
ci: src/components/ApplicationGroup/Details/TriggerView/BulkCITrigger.tsx#L479
Type '{ material: any[]; selectedCIPipeline: any; title: string; isChangeBranchClicked: boolean; onClickNextButton: () => void; handleRegexInputValue: (id: number, value: string, mat: CIMaterialType) => void; regexValue: Record<...>; onCloseBranchRegexModal: (e?: any) => void; savingRegexValue: boolean; }' is not assignable to type 'IntrinsicAttributes & BranchRegexModalProps'.
ci: src/components/ApplicationGroup/Details/TriggerView/BulkCITrigger.tsx#L137
Type 'TriggerViewContextType' is missing the following properties from type '{ selectMaterial: (materialId: any, pipelineId?: number) => void; refreshMaterial: (ciNodeId: number, materialId: number, abortController?: AbortController) => void; }': selectMaterial, refreshMaterial
ci: src/components/ApplicationGroup/Details/TriggerView/BulkCITrigger.tsx#L78
Cannot find module '@Components/common/helpers/GitInfoMaterialCard/GitInfoMaterial' or its corresponding type declarations.