Build pipeline report — renders step-by-step results, compilation summary, and failure details for a single pipeline run identified by BuildGuid.
Pass the build GUID as param1, or a package name as param2 to load the most recent run:
/report/Build/{build_guid}
/report/Build//{package}
Called automatically when --notify is passed to the build pipeline CLI:
python factory.deploy/ObjBuild.py pipeline homechoice --notify user@example.com
Or programmatically:
from ObjReportBuild import Report
report = Report()
html, inline_images = report.render_email(build_guid)
log_build_run — pipeline execution metadatalog_build_step — per-step timing and statuslog_build_compile — per-module compile outcomes