QA's approach to CI - CI using Jenkins_ANT/MAVEN_TestNG

About Jenkins
Branched from Hudson
—Java based Continuous Build System
Runs in servlet container
Glassfish, Tomcat
Supported by over 400 plugins
SCM, Testing, Notifications, Reporting, Artifact Saving, Triggers, External Integration

What can Jenkins do?

Generate test reports
—Integrate with many different Version Control Systems
Push to various artifact repositories
Deploys directly to production or test environments
Notify stakeholders of build status

java -jar WAR jenkins.war httpport=9090


Comments