Skip to content

Commit a8c3fdf

Browse files
Merge pull request #6879 from devtron-labs/pre-post-cd-scope-var-fix-oss
misc: Add `AppName` field to pre-stage handler configuration
2 parents c8dccdb + 3d54a5b commit a8c3fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deployment/trigger/devtronApps/preStageHandlerCode.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ func (impl *HandlerServiceImpl) buildWFRequest(runner *pipelineConfig.CdWorkflow
635635
Namespace: env.Namespace,
636636
Image: artifact.Image,
637637
ImageTag: util3.GetImageTagFromImage(artifact.Image),
638+
AppName: cdPipeline.App.AppName,
638639
},
639640
}
640641
if pipelineStage != nil {

0 commit comments

Comments
 (0)