JFrog Artifactory · Schema

Artifactory Build Info

Schema for JFrog Artifactory build information, representing a CI/CD build record including modules, artifacts, dependencies, and environment details.

ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepository

Properties

Name Type Description
version string Build info JSON schema version.
name string Build name identifier.
number string Build number (version string).
type string Build type corresponding to the build tool used.
agent object Information about the CI server agent.
buildAgent object Information about the build tool agent.
started string ISO 8601 timestamp of when the build started.
durationMillis integer Build duration in milliseconds.
principal string The user principal who triggered the build.
artifactoryPrincipal string The Artifactory user associated with the build.
url string URL to the build in the CI server.
vcsRevision string VCS revision (e.g., Git commit SHA).
vcsUrl string VCS repository URL.
vcs array Detailed VCS information for multi-module builds.
modules array Build modules, each representing a logical unit of the build.
statuses array Build promotion status history.
properties object Build-level custom properties.
buildDependencies array Other builds this build depends on.
View JSON Schema on GitHub