We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66145e1 + 2a9b374 commit 1a11904Copy full SHA for 1a11904
pkg/pipeline/CiCdPipelineOrchestrator.go
@@ -190,6 +190,7 @@ func NewCiCdPipelineOrchestrator(
190
pipelineStageService: pipelineStageService,
191
gitMaterialHistoryService: gitMaterialHistoryService,
192
ciPipelineHistoryService: ciPipelineHistoryService,
193
+ ciTemplateReadService: ciTemplateReadService,
194
ciTemplateService: ciTemplateService,
195
dockerArtifactStoreRepository: dockerArtifactStoreRepository,
196
CiArtifactRepository: CiArtifactRepository,
0 commit comments