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