Monday, November 25, 2019

JFROG Artifactory: Deploy JAR Files manually

JFROG Artifactory: Deploy JAR Files manually


  • Navigate to the JFROG and choose the Target Repository where you want to deploy and Click on Deploy

 

  • Drag and Drop the JAR File as shown below.



  • Enter the Group ID, Artifact ID and Version and click Deploy




This will deploy the artifact.

Use SSH Keys to clone GIT Repository using SSH

  1. Generate a New SSH Key Pair bash ssh-keygen -t rsa -b 4096 -C "HSingh@MindTelligent.com" -t rsa specifies the type of key (...