Friday, August 29, 2014

Jenkins - Configuration/Installation

Jenkins - Configuration/Installation

Jenkins CI is the leading open-source continuous integration server.
Built with Java, it provides 975 plugins to support building and testing virtually any project.

Configuring Jenkins

1)Go to https://wiki.jenkins-ci.org and download the latest Jenkins war file
2)Go to cmd prompt and go to the folder where Jenkins.war is present
3)Type java -jar jenkins.war
Jenkins by default will start on localhost:8080, incase you need to start on a different port then use

java -jar jenkins.war --httpPort 9090
This will start Jenkins on localhost:9090

Once done it will show a message like this


No comments:

Post a Comment