ARTIFACTORY: How to set global Exclude Patterns?

ARTIFACTORY: How to set global Exclude Patterns?

AuthorFullName__c
Elina Floim
articleNumber
000001297
ft:sourceType
Salesforce
FirstPublishedDate
2016-10-06T13:35:32Z
lastModifiedDate
2024-03-10T07:43:50Z
VersionNumber
8

Artifactory allows you to specify global exclude patterns in circumstances where a specific pattern should be restricted at the Artifactory system level rather than each repository.
In order to set a global exclude pattern for all repositories, the artifactory.repo.includeExclude.globalExcludes system property should be added (or modify it if it already exists) to the $JFROG_HOME/artifactory/var/etc/artifactory/artifactory.system.properties file with the desired exclude patterns, separated by a comma. For example:

artifactory.repo.includeExclude.globalExcludes=**/terra*/**,**/test*/**
Every change to the artifactory.system.properties file requires a restart of Artifactory for the changes to take effect.