Managing Azure DevOps artifacts
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- DevOps
DevOps Change Velocity makes it easy to manage artifacts published through Azure DevOps build pipelines. You can import and track these artifacts and manage the packages in DevOps Change Velocity.
- Build
- Azure Artifacts
Build Artifacts
Build and pipeline artifacts published using the Publish Build Artifacts (PublishBuildArtifacts) and Publish Pipeline Artifacts (PublishPipelineArtifacts) tasks respectively on the Azure DevOps are automatically created in your DevOps Change Velocity instance. You can also import historical data for build artifacts.
Build artifacts created using the Publish Build Artifacts task will be part of the artifact repository whose name will be defaulted to the build pipeline name.
Azure Artifacts
You can import and track the artifacts to your DevOps Change Velocity instance. You can import Azure DevOps artifacts that are published to the Azure Artifacts using the Universal Package task only.
(DevOps 1.35 and later versions) The Feed connection alias field is available on the Azure DevOps Tools form. This field is auto-populated with an alias for the feed connection. For more information about connecting a DevOps tool, see Integrating DevOps Change Velocity with third-party tools.
After upgrade, to select and add the artifact repositories using App Onboarding, you must select Discover to discover existing artifact repositories. The records are added to the Artifact Repositories related list. For more information about the adding artifact repositories, see Associate tool objects to applications - Workspace.
For tracking the artifact repositories, change the value of the Track
column to True (default value, False).
- As Azure DevOps Artifact creation is not dependent on Build Pipeline completion. If Azure DevOps Artifact is used as Trigger for a Release Pipeline, it would be triggered even if Build pipeline is pending completion due to a change request.
- The scheduled job is executed every 24 hours by default and can also be executed on-demand. However, as the scheduled job is performance intensive, it shouldn’t be executed frequently.
The following points must be considered while importing Azure DevOps artifacts:
- Artifacts can’t be published from the Release Pipelines due to Azure DevOps limitations.
- Artifact Repositories are tracked as follows:
- Historical Import of Azure DevOps artifacts is accomplished using the App Onboarding. For more information, see Associate tool objects to applications - Workspace.
- For real-time tracking of the artifacts, the value for the Track column must be changed to True (default value, False). Otherwise, the Feed or Artifact Repository won’t be tracked.
- The application supports the project-specific feeds but not the Organization specific feeds. Azure DevOps artifacts when published through Azure DevOps pipeline are only supported.
- Azure DevOps artifacts not linked to any build or release pipeline (orphan artifacts) aren’t supported.
- Azure DevOps Artifacts are stored in the following format:
- Azure DevOps artifact linked to only Build Pipeline (or) Build and Release
Pipeline:
<artifact-name>-<1.build-number.0> (Build Number of Build Pipeline)
- Azure DevOps artifact linked only to Release
Pipeline:
<artifact-name>-<1.build-number.0> (Build Number of Release Pipeline)
- Azure DevOps artifact linked to only Build Pipeline (or) Build and Release
Pipeline:
Azure DevOps Artifact mapping with DevOps Change Velocity
Azure DevOps Artifact | DevOps Change Velocity |
---|---|
Feeds | Artifact Repositories |
Packages | Artifacts |
Provenance/build number | Versions |
Limitations
- Azure DevOps Artifact Project with 4000 Feeds (or less) is supported.
- Azure DevOps artifact Feed with 800 packages or artifacts (or less) is supported.
- Azure DevOps pipeline with 200 packages or artifacts (or less) publishing is supported.