Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

Continuous Integration

• It's a process of getting immediate feedback for the recent deployment.

Run the test


Devpl Compile & Compile and
Deploy the against the
Build the Build the Test
code recent
project project
deployment
Tools for Continuous Integration
• Jenkins, Hudson,Teamcity
Setting up the Jenkins
• Download the war file and deploy it
- Using any app server
- Using “java –jar <war file> <port>”

• In the Jenkins we have to configure the Continuous Integration Life Cycle


- Compile & Build
- Deploy
- Execute Test (Command prompt)
- Test Result
Jenkins Configuration
• Following is the hierarchy of Jenkins configuration

Jenkins Job

Job Configuration
Pre-Build Step

Build Configuration Build Step

Post-Build Step
Jenkins Master Slave Configuration
• Configuration for cross browser testing
Salve for Chrome on Virtual
Machine

Master Jenkins on Local Slave for Firefox on Virtual


machine Machine

Slave for IE on Virtual


Machine

You might also like