Hello
We are using Octopus version: 2022.1 (2584)
We are using Artifactory version: 5.2.1 rev 50040
We are currently looking to pull artefacts from our artifactory feed.
We find that only certain packages are being seen when tested:
These are ones in a PreRelease folder
NUPKG packages
We would like to be able to pick up packages in various folders as well as zip files but we simply cannot see those files.
When we set up a feed with the additional folder name such "https://artifactory/repo/project/foldername, we get an error:
Unhandled error on request: “The V2 feed at ‘https://artifactory.server.net/artifactory/api/nuget/snapshots-local/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=‘a’&targetFramework=’’&includePrerelease=true&$skip=0&$top=10&semVerLevel=2.0.0’ returned an unexpected status code ‘404 Not Found’.”
It seems in the search it is trying to look for a folder named prerelease which doesn’t exist in here?
is this normal? How can we tell Octopus to look in all folders and not just look for prerelease
Thank you
Just to add I have looked at the post: External Feed Could Not Find The ZIP Format Package From Jfrog Artifactory
I have tried to add a nupkg package to a folder outside of Prerelease but it still doesn’t find it
I have moved my test nupkg to prerelease and now it is visible in octopus feed