Monday, December 02, 2013

Getting started with Jenkins


          Jenkins is an Open Source leading build server. It is used by many companies and organizations world-wide to build software in several different programming languages.
          It is written in Java, and the only requirements for getting it running are Java and the Jenkins archive, that you can get from jenkins-ci.org.
           Once you've download jenkins.war, you can execute Jenkins by simply type the below command

java -jar jenkins.war 

This should start Jenkins for you at http://localhost:8080.

No comments:

Post a Comment

Distributed Transactions

What is a distributed transaction?  Transactions that span over multiple physical systems or computers over the network, are simply termed D...