Npm Attributes
The attributes of an npm build.
Parameters
The Build Scan ID.
The time when the build starts, as milliseconds since Epoch.
The duration of the build, as milliseconds.
The npm version used.
The version of the Develocity npm agent.
The list of Build Scan links.
The list of Build Scan tags.
The list of Build Scan values.
True when the build fails, false otherwise.
The exit code of the npm process.
The Node.js version used.
The username of the user that ran the build.
The hostname of the user that ran the build, if set.
The name of the package. null in case of very early build failure.
Set only if the build failed: true when the build has at least one failure classified as \"Verification\", false otherwise. The Verification classification is meant for failures that are expected within a standard application development lifecycle. They typically represent a problem with the developer’s inputs to the build such as the source code.
Set only if the build failed: true when the build has at least one failure classified as \"Non-verification\", false otherwise. The Non-verification classification is meant for failures that are typically not expected within a standard application development lifecycle, such as build configuration failures, dependency resolution failures, and infrastructure failures.