Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Using ProGet with TeamCity
-
Hi,
My organisation is looking at migrating from JFrog Artifactory to Proget. For CI/CD wee use both Jenkins and TeamCity. Do you have a TeamCity plugin that allows us to migrate? If not how do we integrate into TeamCity for uploading and downloading artifacts from ProGet?
-
If you haven't seen it already, I'd check out How Files and Packages Work in ProGet for Artifactory Users.
Long story short is, you should consider a more modern approach than the Maven-based file/folder that Artifactory uses. Many have found a lot of success with Universal Feeds & Packages.
We don't maintain a TeamCity plugin, but it's really easy to create, publish, deploy packages using the
pgutil
command line (i.e.pgutil upack create
); see HOWTO: Create Universal PackagesHope that helps!
-- Dean