Skip to content

Commit b89930a

Browse files
Update artifactory-generic-feeds.md
Added a note about case sensitivity when searching for packages.
1 parent 4959841 commit b89930a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ If a package has been found and selected but fetching versions fails when creati
6060

6161
On the test page, you can search for packages, this will return the packageId expected by Octopus along with the artifact details. The expected packageId is `path/module` where the path is the folder structure to the artifact returned from the AQL query <code>items.find(...)</code> and the module is determined by the regex expression set on the feed within Octopus.
6262

63+
:::div{.warning}
64+
The package search for the feed is case-sensitive, so you must match the package's case in the Package Name field exactly to find the package. A package name can be partially searched for, or the full package name and version can be searched for. For example, for a package called 'FileTransferService-10.0.zip,' you can search for 'File', 'FileTransferService', or 'FileTransferService-10.0.zip'.
65+
:::
66+
6367
:::figure
6468
![](/docs/packaging-applications/package-repositories/images/artifactory-generic-feed-test.png)
6569
:::
@@ -109,6 +113,10 @@ As mentioned previously in this documentation the file has to have a dependency
109113

110114
Once you have set this up you should then be able to search for the package in Octopus:
111115

116+
:::div{.warning}
117+
The package search for the feed is case-sensitive, so you must match the package's case in the Package Name field exactly to find the package. A package name can be partially searched for, or the full package name and version can be searched for. For example, for a package called 'FileTransferService-10.0.zip,' you can search for 'File', 'FileTransferService', or 'FileTransferService-10.0.zip'.
118+
:::
119+
112120
:::figure
113121
![](/docs/packaging-applications/package-repositories/images/artifactory-generic-feed-package-search-example.png)
114122
:::

0 commit comments

Comments
 (0)