JFrog Artifactory · Arazzo Workflow
Artifactory Rename Build and Verify
Version 1.0.0
Confirm a build exists, rename it, then read the runs under its new name.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
rename-build-and-verify
Verify a build, rename it, and confirm runs under the new name.
Reads the runs for the original build name, renames the build, and reads the runs under the new name to confirm the rename succeeded.
1
getOriginalRuns
getBuildRuns
Read the runs for the existing build name to confirm the build exists before renaming it.
2
renameBuild
renameBuild
Rename the build to the new name.
3
getRenamedRuns
getBuildRuns
Read the runs under the new build name to verify the rename took effect.