OPC # 0006: OPC Git Trunk-Based management
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -20,5 +20,6 @@ public class BuildRecord
|
||||
public DateTimeOffset? FinishedAt { get; set; }
|
||||
public int? DurationMs { get; set; }
|
||||
public string? ImageDigest { get; set; } // populated for DockerImage builds
|
||||
public string? CommitSha { get; set; } // HEAD SHA at build time
|
||||
public List<string> Log { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user