Skip to main content

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]

  1. Go to your illustria instance.
  2. Navigate to: Integrations > Repositories > Artifactory.
  3. 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.

  1. Go to your Artifactory instance.
  2. Navigate to: Administration > Repositories.
  3. Click Create Repository and select Remote.
  4. Select the type of the repository you wish to configure.
  5. The repository configuration will have 3 tabs - "Basic", "Advanced" and "Replications".
  6. 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.
  7. Click Test to verify connection and credentials.
  8. 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.
  9. Click Create Remote Repository

Congratulations! You have successfully connected artifactory to download artifacts via illustria repository.