Best Practices:

ARTIFACTORY: Troubleshooting "Error propagating event: uiDeploy: Read timed out" Error in Artifactory

AuthorFullName__c
Fadi Rouhana
articleNumber
000005870
ft:sourceType
Salesforce
FirstPublishedDate
2023-09-12T13:43:47Z
lastModifiedDate
2023-09-12
VersionNumber
1
While addressing this specific error, it's essential to consider best practices for deploying large artifacts in Artifactory:
  1. Avoid relying solely on the UI for large deployments: this practice is not recommended and is likely to cause timeout issues. Instead, consider using alternative methods.
  2. Use the Artifactory REST API: Utilize the Artifactory REST API for deploying large artifacts. This approach provides programmatic control and can be automated for efficiency.
  3. Consider using the JFrog CLI: JFrog CLI is a command-line tool specifically designed for interacting with Artifactory. It offers powerful features for uploading, downloading, and managing artifacts, making it a suitable choice for large deployments.