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.
1 parent 66145e1 commit 2a9b374Copy full SHA for 2a9b374
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