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

Popular posts from this blog

QA's approach 2 Java - Understanding Static context

Selenium 4 absolute beginners - How to create Batch execution file

Technologies - Log4J - Create Log4j Configuration File - Where ? How ? What ?