From fbf276766be4680f6d10a56a8913097fb9ba1f82 Mon Sep 17 00:00:00 2001 From: Clare Martin <92790462+Clare-Octopus@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:16:49 +0100 Subject: [PATCH 1/2] Update packageId description and search details Clarified the expected packageId format and search behavior. --- .../package-repositories/artifactory-generic-feeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md b/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md index f0f719ed2b..0ada92a1bc 100644 --- a/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md +++ b/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md @@ -57,7 +57,7 @@ The regex layout in Artifactory is used to [list the versions of an artifact](ht If a package has been found and selected but fetching versions fails when creating deployments this is likely due to the layout not matching the artifact within Artifactory. ::: -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 items.find(...) and the module is determined by the regex expression set on the feed within Octopus. +On the test page, you can search for packages, this will return the packageId expected by Octopus along with the artifact details. :::div{.warning} 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'. From b35101fe81427ac578bf49fc068212e8687d1e6e Mon Sep 17 00:00:00 2001 From: Clare Martin <92790462+Clare-Octopus@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:22:17 +0100 Subject: [PATCH 2/2] Update package search instructions in documentation Clarified instructions on package searching and case sensitivity. --- .../package-repositories/artifactory-generic-feeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md b/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md index 0ada92a1bc..1ab8cf3162 100644 --- a/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md +++ b/src/pages/docs/packaging-applications/package-repositories/artifactory-generic-feeds.md @@ -57,7 +57,7 @@ The regex layout in Artifactory is used to [list the versions of an artifact](ht If a package has been found and selected but fetching versions fails when creating deployments this is likely due to the layout not matching the artifact within Artifactory. ::: -On the test page, you can search for packages, this will return the packageId expected by Octopus along with the artifact details. +On the test page, you can search for packages, this will return the packageId expected by Octopus along with the artifact details. :::div{.warning} 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'.