Reputation: 1
i want to do release management with Jenkins but I'm confused. which artifactory should i use. Is there any opensource artifactory is there to do release management process through jenkins.I'm trying for the past month.
Upvotes: 0
Views: 351
Reputation: 2128
There is an open source version of "Artifactory" which you could use (https://bintray.com/jfrog/product/JFrog-Artifactory-Oss/view). As an alternative you can check out Nexus from sonatype: https://www.sonatype.com/nexus-repository-oss
If you don't want to install programs you can also go with a file based repository on a server. Whatever you like :)
Upvotes: 1