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 3f7053c commit a031cb4Copy full SHA for a031cb4
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