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 3f7053c + a031cb4 commit da845f2Copy full SHA for da845f2
pkg/deployment/trigger/devtronApps/postStageHandlerCode.go
@@ -56,6 +56,7 @@ func (impl *HandlerServiceImpl) TriggerPostStage(request bean.CdTriggerRequest)
56
return nil, err
57
}
58
59
+ request.Artifact = cdWf.CiArtifact
60
61
// Migration of deprecated DataSource Type
62
if cdWf.CiArtifact.IsMigrationRequired() {
0 commit comments