Overview
The Artifact type holds information about an artifact captured during a build.
Properties
| Property |
Type |
Description |
| stage |
string |
Name of the build stage that the artifact was captured from. |
| command |
string |
Name of the command that the artifact was captured from. |
| name |
string |
The artifact name. |
| permalink |
string |
Path that when appended to the base pulse™ URL forms a link to the artifact (of the form described on the Pulse URL Scheme page. The path starts with "display" and ends with the artifact name. To use this link, prepend the base URL for pulse™ and append the path of the file within the artifact that you want to access. If the artifact is an HTML report, appending is not necessary (pulse™ will take you to the index file for the report). |