Email (gmail) Configuration with 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. […]
Learning Never Ends …
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. […]
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 […]
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 […]
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 […]
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 […]