Skip to content

Commit 326826f

Browse files
committed
ciMatching for all CI in ENV
1 parent 66f64e5 commit 326826f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/notifier/NotificationConfigService.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,15 @@ func (impl *NotificationConfigServiceImpl) FindNotificationSettingOptions(settin
798798
ClusterResponse: clusterResponse,
799799
}
800800
searchFilterResponse = append(searchFilterResponse, cdMatching)
801+
802+
ciMatching := &beans.SearchFilterResponse{
803+
PipelineType: string(util.CI),
804+
TeamResponse: teamResponse,
805+
AppResponse: appResponse,
806+
EnvResponse: envResponse,
807+
ClusterResponse: clusterResponse,
808+
}
809+
searchFilterResponse = append(searchFilterResponse, ciMatching)
801810
}
802811

803812
if searchFilterResponse == nil {

0 commit comments

Comments
 (0)