E-mail : support@tech2now.in

How to create a local repository in Artifactory

JFrog Artifactory DevOps Tool

Step to create a local repository in Artifactory

Log in to Artifactory.
Click on the Repositories tab.
Click on the Local tab.
Click on the Add Repository button.
Enter a name for the repository.
Select the type of repository.
Select whether the repository is for releases or snapshots.
Click on the Create button.

Name: The name of the repository should be unique and descriptive.

Type: The type of repository determines the format of the artifacts that can be stored in the repository. The most common types are Maven, Gradle, and Docker.

Releases or Snapshots: Releases are stable versions of artifacts, while snapshots are unstable versions. Artifacts in release repositories are typically published by developers or build systems, while artifacts in snapshot repositories are typically published by continuous integration (CI) servers.