Thursday, 1 October 2015

Jenkins

Key highlights of Jenkins:

  • Jenkins is a Continuous Integration Tool, which triggers the SCM to download your code from the code repository.
  • Builds your application.
  • Runs the unit test cases.
  • Triggers deployment of your application.
  • Once your application got deployed you can fire all your functional test cases as Junit test cases to ensure the regression is smooth.


http://www.itisopen.net/2013/08/Installing_jenkins_on_CentOS_6.4/ ==CentOS installation Jenkins


No comments:

Post a Comment