Home > Back-end >  What is the difference between Jenkins deployment and deployment Maven?
What is the difference between Jenkins deployment and deployment Maven?

Time:09-30

Jenkins is can be automated?

CodePudding user response:

Jenkins deployment, it is through the web page, organize a series of plug-ins (SVN, maven) action, system command (delete, copy of the file, service management), the complete code update, replace, testing, packaging, deployment work

Dependence on maven management is project management tool, it can complete testing, packaging, deploy it, just put the project deployment of output into the maven repository
  • Related