Instructions to disable Xray integration:

XRAY: How to disable Xray to allow download of artifacts when the Xray service is unavailable

AuthorFullName__c
Shashwath Rai
articleNumber
000005736
ft:sourceType
Salesforce
FirstPublishedDate
2023-05-21T12:35:26Z
lastModifiedDate
2025-01-09
VersionNumber
2

In the platform UI, navigate to the Administration tab → Artifactory → Config Descriptor, and under the <xrayConfig> section, make the flag ‘enabled’ false.

<xrayConfig>
    <enabled>false</enabled>
    .
    .
    .
  </xrayConfig>


User-added image

Please make a note while making changes with Config Descriptor that no other lines in the configuration files should be changed. As an alternative copy the config file by using the option available on the right top and have a backup before modifying the snippet.

Once the configuration is updated, we will be able to download artifacts that are blocked by Xray.