Email (gmail) Configuration with Jenkins

Jenkins

To configure email (gmail) server with jenkins it is better if we use Email-ext plugin. Steps 1. First go to Manage Jenkins > Manage Plugins 2. Click on Available tab and search for “Email-ext” 3. […]

Share Button

Add Login Credential in Jenkins

Jenkins

Add Login Credential in Jenkins Steps – 1. Click on Manage Jenkins   2. Under Manage Jenkins Select Configure Global Security. 3. Now Select Enable security with Jenkins own user database   4.  Create a […]

Share Button

Jenkins Setup with Maven Project

Jenkins

We will integrate Jenkins with our maven project. Tools Tomcat Jenkins Maven Setup Download tomcat from – —http://tomcat.apache.org/download-80.cgi Download Jenkins.war from – —http://jenkins-ci.org/ Download maven from – —http://maven.apache.org/download.cgi Maven Setup – Extract maven on local […]

Share Button

Selenium Settings With Maven-SVN

We will integrate Maven & SVN with selenium Testing. Tools 1. Local Repository – Maven 2. SVN 3. IDE – Eclipse   Maven Setup Download maven from http://maven.apache.org Extract maven on local drive (D:\maven) Set […]

Share Button

Selenium with Maven

To execute Selenium with local maven Repository we need to follow the steps – 1. First create a Maven Project. Goto File -> New->Others -> Select Maven Project 2. Click on Next and make a […]

Share Button