JFrog Artifactory · Arazzo Workflow
Artifactory Compare Build Versions
Version 1.0.0
Confirm a build exists, then diff it against a previous build number.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
compare-build-versions
Verify a build then diff it against an earlier build number.
Fetches the build info for the current build number to confirm it exists, then runs a diff against another build number to report what changed.
1
getBuild
getBuildInfo
Read the build info for the current build number to confirm it exists before computing a diff.
2
diffBuilds
getBuildDiff
Compute the difference between the current build number and the earlier build number to report changed artifacts and dependencies.