Artifact Comparison Report
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Artifact Comparison Report

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Artifact Comparison Report

Compares the contents of two artifacts and generates a diff report.

Script usage:

Compare-Artifacts(
	Name: <text>,
	Scope: <integer>,
	Artifact: <text>
);

This operation may be prefixed with Reports::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Report name
text
Name
This argument is required.
Scope
integer
Scope
This argument is required.
Artifact name
text
Artifact
This argument is required.

Example:

# generate an artifact comparison report for a build
Compare-Artifacts (
    Name: Website Diff Report,
    Scope: Release,
    Artifact: Hdars-Web
);

Was this article helpful?