DevOps Project: Jenkins CI/CD for Kubernetes Deployments

  DevOps Tech Hub

116 Followers

Artifactory Architecture


Jfrog Artifactory is the Artifact repository management to store, move and delete artifacts that are deployed by Apache Maven Build in this DevOps Project. Artifactory can store the artifacts in version control.  


Below diagram depicts Artifactory integration with Apache Maven build:

Below are the Repositories that auto configured for Maven Builds:

  1. libs-release
  2. libs-snapshot
  3. libs-release-local
  4. libs-snapshots-local


Previous Next