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 69c3a83 commit ea71209Copy full SHA for ea71209
pkg/pipeline/PipelineBuilder.go
@@ -530,6 +530,7 @@ func (impl PipelineBuilderImpl) getCiTemplateVariables(appId int) (ciConfig *bea
530
UpdatedBy: template.UpdatedBy,
531
CreatedBy: template.CreatedBy,
532
CreatedOn: template.CreatedOn,
533
+ CiGitMaterialId: template.GitMaterialId,
534
}
535
if dockerRegistry != nil {
536
ciConfig.DockerRegistry = dockerRegistry.Id
0 commit comments