Posts

About jenkins: Jenkins is an open source automation server. With Jenkins, organizations can accelerate the software development process through automation. Jenkins manages and controls development lifecycle processes of all kinds, including build, document, test, package, stage, deployment, static analysis and many more. You can set up Jenkins to watch for any code changes in places like SVN and Git, automatically do a build with tools like Ant and Maven, initiate tests and then take actions like rolling back or rolling forward in production. What are the advantages of Jenkins? Advantage of Jenkins includes: Bugs tracking are easy at early stage in development environment. Provides a large numbers of plugin support. Iterative improvement to the code. Build failures are cached at integration stage. For each code commit changes an automatic build report notification generates. To notify developers about build report success or failure, it is int
Recent posts