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 c8dccdb + 3d54a5b commit a8c3fdfCopy full SHA for a8c3fdf
pkg/deployment/trigger/devtronApps/preStageHandlerCode.go
@@ -635,6 +635,7 @@ func (impl *HandlerServiceImpl) buildWFRequest(runner *pipelineConfig.CdWorkflow
635
Namespace: env.Namespace,
636
Image: artifact.Image,
637
ImageTag: util3.GetImageTagFromImage(artifact.Image),
638
+ AppName: cdPipeline.App.AppName,
639
},
640
}
641
if pipelineStage != nil {
0 commit comments