Jenkins Installation - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
Jenkins Installation

Jenkins Installation

Jenkins Installation

Jenkins software is available as a war file (jenkins.war) that is a web application developed in java which can run on any web/application server.
So you can download latest version of jenkins.war by click here and depoly this war on any web/application server running on your system.

Deploy Jenkins.war on tomcat

To deploy Jenkins.war on tomcat server, open tomcat directory where it is installed in your system. Generally it is installed in windows on location C:\Program Files\Apache Software Foundation\Tomcat 7.0
  • Continuous build
  • Continuous deployment
  • Testing

Understand the use of Jenkins

In software development code changes made by individual team member are merged together into working software, which was known as Integration phase. For this we use SVN, GIT etc. where we merge our code every time after a task is completed.
So what Jenkins does, After each commit on central repository done by any team member, Jenkins automatically takes checkout of code from Central Repository(SVN,GIT), build the code, deploy the code and perform the testing over it. We can configure and tell to Jenkins to perform this job at particular time (for example - After any commit on central repository, per day on a particular time, Weekly etc.)
So Jenkins basically performs the job like Continuous build, continuous deployment, Testing. But we can also add additional task in Jenkins like after complete build send email notification, after complete testing it send the report at any location.

About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.