JFrog Artifactory · Arazzo Workflow
Artifactory Provision Repository and Deploy Artifact
Version 1.0.0
Create a local repository, deploy an artifact into it, and verify the deployment.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
provision-repository-and-deploy-artifact
Create a local repository then deploy and verify an artifact in it.
Creates a local repository, deploys a binary artifact to a path within it, and reads back the file storage info to verify the upload succeeded.
1
createRepository
createOrReplaceRepository
Create or replace a local repository with the requested key and package type so artifacts have a place to be deployed.
2
deployArtifact
deployArtifact
Upload the artifact content to the requested path inside the newly created repository.
3
verifyStorage
getStorageInfo
Read the storage info for the deployed path to confirm the artifact is present and report its checksums and size.