View Build Number Information

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

In the Builds screen, you can select the Build Name | Build Number to drill down into a specific build number. This displays detailed information about the build number and enables you to compare it with another build, as described in the following sections.

The Build Info Details screen is divided into the following panels:

  • The horizontal panel along the top displays basic information about the selected build number.

  • The lower panel displays build details, which are divided into a series of tabs.

Build-Details_with-Evidence-tab.png

The following table describes the build information that is available for each build number.

View

Description

General Build information

The horizontal panel displays general information about the build.

  • Build name

  • Timestamp when the build was started and its total duration

  • Build Agent: The specific version of the build tool that was used

  • CI Agent: The specific version of the CI tool that was used

  • Principal/Artifactory Principal: The factor that triggered this build. This may be a CI server user or another build.

Published Modules

The Published Modules tab displays the modules published into Artifactory as a result of the build, along with the number of artifacts and dependencies that they contain.

Module Artifacts and Dependencies

Selecting a published module that was built will display its artifacts and dependencies. You can group these by type or scope by clicking the corresponding column header.

You can click any item to download it directly, or click its Repo Path to view it in the Tree Browser.Browsing Artifacts

Environment

The Environment tab displays the environment and system variables associated with the build. You can use these to reproduce the environment precisely if you need to rerun the build.

Xray Data

The Xray Data tab displays the results of the Xray scan performed on the build. For more information, see Xray Scan Results.Xray Scan Results

Evidence

The Evidence tab displays the evidence files that are associated with the build. For more information, see Evidence Management.Evidence Management

Issues

The Issues tab displays information about issues that were dealt with in the build. The CI clients that currently support this feature are: Jenkins, Bamboo and JFrog CLI. When using Jenkins CI, if you to set the Enable JIRA Integration option in the Jenkins Artifactory Plugin, the Issues tab will display any JIRA issues that have been addressed by this build.

Diff

The Diff tab allows you to compare the selected build with any other build. Once you select a build number in the Select A Build To Compare Against field, Artifactory displays all the differences between the builds that were detected including new artifacts added, dependencies deleted, properties changed and more.

Release History

The Release History tab displays the history of releases associated with the build.

Build Info JSON

This tab displays the raw BuildInfo JSON representation of the build information in Artifactory. This data can be accessed via the REST API or used for debugging and is also available in the Artifactory OSS version.