< DevOps

JFrog Artifactory[1] is a binary repository manager software designed to store the binary output of the build process for use in distribution and deployment. Artifactory provides support for a number of package formats such as Maven, Conan, Debian, NPM, Helm, Ruby, Python, and Docker. JFrog offers high availability, multi-site replication, disaster recovery and scalability.

CI supported plugins: [2]

  • Jenkins
  • TeamCity[3]
  • Bamboo
  • Azure DevOps and TFS

Other Binary repository managers

Activities

Basic

  1. Install JFrog Artifactory
  2. Read JFrog Artifactory release notes: https://www.jfrog.com/confluence/display/RTF/Release+Notes
  3. Create and API key and use it to upload or download files [7]:
  • curl -u admin:1234567890

or

  • curl --header 'X-JFrog-Art-Api: 1234567890'

Intermediate

  1. Read JFrog Artifactory versions and release Notes: https://www.jfrog.com/confluence/display/RTF/Release+Notes

See also

  1. https://jfrog.com/artifactory/
  2. https://www.jfrog.com/confluence/display/RTF/Build+Integration
  3. https://www.jfrog.com/confluence/display/RTF/TeamCity+Artifactory+Plug-in
  4. https://github.blog/2019-05-10-introducing-github-package-registry/
  5. https://about.gitlab.com/devops-tools/jfrog-artifactory-vs-gitlab.html
  6. https://docs.gitlab.com/ee/user/packages/container_registry/
  7. https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.