Makesh KS Posted January 8, 2019 Share Posted January 8, 2019 we are trying to implement CI/CD concept in our environment and i saw many examples with Maven+Jenkins+JFrog artifactory tool , is it possible to implement with SVN instead of Jfrog artifactory if yes please help to provide steps. Regards, Mak. Link to comment Share on other sites More sharing options...
Cris Madrigal Posted January 10, 2019 Share Posted January 10, 2019 Although possible, i don't recommend using SVN for your artifact management needs. You probably want to take a step back and see what your needs and goals are. A good way to look at it is use source control software (git/svn) for things built by humans and artifact management tools (artifactory/nexus) for things created by the system build or packaging process (JARs). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now