- Setup a New Remote Repository.
- Click Generic.
- Name your Repository Key and enter the URL to the CodeLogic Repo location.
- Click Save and Finish.
- Download the install_agents.sh Script
Use curl to retrieve the install_agents.tar file. Be certain to open any firewall for port 80 (http) or 443 (https). Extract the tar file.cd /tmp
curl -u<user>:<encrypted pass> -O "http://<your artifactory host>/artifactory/codelogic-repo/packages/install_agents.tar"
tar -xvf install_agents.tar
How do I setup an Agent Repository with Artifactory?
Was this article helpful?