External Feed Could Not Find The ZIP Format Package From Jfrog Artifactory

Hi Team,

Need help with integration of Jfrog Artifactory with Octopus Deploy.

Working Use Case :

  1. Setup repo type as Nuget in local repository on jfrog artifactory.
  2. Setup external feed as nuget on octopus deploy.
  3. Source package type is *.nupkg

Not Working Use Case :

  1. Setup repo type as Generic in local repository on jfrog artifactory.
  2. Setup external feed as nuget on octopus deploy.
  3. Source package type is *.zip.

Note : The source package is coming out directly from Microsoft Visual Studio in ZIP format and we are pushing it directly under a repo called Generic and we wanted to fetch it using external feed.

Ideally, it is more like a same what octopus is offering as internal feed which supports *.zip format package.

wanted to know , how we can have the solution for *.zip format package and integrate it octopus deploy because i do not see a direct support for Generic repo in Jfrog repository,

Thanks
Vivek

Hi Vivek,

Thanks for getting in touch!

Unfortunately, the Nuget feed option within Octopus will only work with Nuget repositories. There isn’t currently a way to add a generic repo as a feed to Octopus.

We have had some users make use of Maven repositories within Artifactory to host zip files and connect these to a Maven feed in Octopus, however, it would require your packages to meet the Maven requirements.

The only other options here would be to either add your zip files to the Octopus built-in repository or convert them to .nupkg and make use of the NuGet feed.

Regards,
Paul

Hi Paul,

Thanks for clarification and the information. It will help us to decided the path to package the application. Will back on this asap if more clarity is needed.

Note : Is it possible to have such request in place as an feature.

Thanks
Vivek

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.