Jump to content

How To use Maven plugin with BW6.4.x, Jenkins and SVN- Continuous Integration and Delivery.


Makesh KS

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...