Skip to content
Snippets Groups Projects
Commit 68de2fde authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Finished_final

parent 8585508c
Branches
Tags
2 merge requests!4New: Extended with Application Profile Reporting,!3New: Extended with User Reporting
Pipeline #803633 passed
......@@ -70,7 +70,7 @@ public abstract class Reporting<O> where O : class
{
// Retrieve Reporting Database project
var reportingDatabaseProject = await GitLabClient.Projects.GetAsync(ReportingDatabaseProjectId);
var commitBranch = "Issue/2182-kpiGeneratorUser"; // reportingDatabaseProject.DefaultBranch;
var commitBranch = reportingDatabaseProject.DefaultBranch;
var commitMessage = $"{InstanceName} Generated - {DateTime.Now:dd.MM.yyyy HH:mm}"; // CompleteReporting Generated - 31.08.2022 10:25
var projectTree = await GitLabClient.Trees.GetAsync(reportingDatabaseProject, o =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment