JFrog Artifactory · Arazzo Workflow
Artifactory Publish and Promote Build
Version 1.0.0
Publish build info to Artifactory and promote the build to a release repository.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
publish-and-promote-build
Publish build info, verify it, then promote the build to release.
Publishes build info, fetches it back to confirm it was stored, and promotes the build artifacts from a source repository to a target release repository.
1
publishBuild
publishBuildInfo
Publish the build info record so Artifactory tracks the artifacts and metadata for this build name and number.
2
getPublishedBuild
getBuildInfo
Read the published build info back to confirm it was recorded before promoting it.
3
promoteBuild
promoteBuild
Promote the build by copying its artifacts from the source staging repository to the target release repository.