Artifactory Integration - Artifacts Download
Follow these steps to configure artifactory to download packages via our repository.
Step 1: Get Connection Details
info
If connection details are not available in the UI, contact support via the popup window or email [email protected]
- Go to your illustria instance.
- Navigate to: Integrations > Repositories > Artifactory.
- Click Configure and select the repository type you wish to connect to get the following connection details:
- Repository URL: The illustria repository URL that artifactory will download the packages from.
- Username: The username to connect with.
- Password: The password to use when connecting.
Step 2: Configure Artifactory
note
This guide ignores custom Artifactory configuration that you might need to fill in.
- Go to your Artifactory instance.
- Navigate to: Administration > Repositories.
- Click Create Repository and select Remote.
- Select the type of the repository you wish to configure.
- The repository configuration will have 3 tabs - "Basic", "Advanced" and "Replications".
- Under the Basic tab, fill in the following fields:
- URL: Fill in the Repository URL from
Step 1
. - User Name: Fill in the Username from
Step 1
- Password / Access Token: Fill in the Password from
Step 1
- Repository Layout and Remote Layout Mapping: The type of the repository you are configuring.
- URL: Fill in the Repository URL from
- Click Test to verify connection and credentials.
- Under the Advanced tab, fill in the following fields:
- Metadata Retrieval Cache Timeout (Sec):
180
- Assumed Offline Period (Sec):
0
- Missed Retrieval Cache Period (Sec):
0
- Checkbox: Bypass HEAD Requests:
true
.
- Metadata Retrieval Cache Timeout (Sec):
- Click Create Remote Repository
Congratulations! You have successfully connected artifactory to download artifacts via illustria repository.