A BuildInfo
resource is the metadata associated with a build in Artifactory.
JFrog Pipelines automatically creates BuildInfo when any of the Build steps like MvnBuild, NpmBuild, GradleBuild, or DockerBuild are used to generate packages.
BuildInfo is published to Artifactory:
Through the PublishBuildInfo step, by setting a flag in Build steps.
or
By providing that resource in steps like NpmPublish, GoPublishModule, GoPublishBinary and DockerPush.
Additional resources for BuildInfo integration include: