Skip to content

Commit 3d54a5b

Browse files
committed
Add AppName field to pre-stage handler configuration
1 parent c8dccdb commit 3d54a5b

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)