Artifact Comparison Report
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Artifact Comparison Report
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
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:
Name | Format | Script Usage | Usage 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?