Google News
logo
Java Jenkins - Interview Questions
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 integrated with LDAP mail server.
* Achieves continuous integration agile development and test driven development.
* With simple steps, maven release project is automated.
Advertisement