Wednesday 9 April 2014

Installing Jenkins in Unix/windows machine

1. Download jenkins.war file from http://jenkins-ci.org/ and upload it to the server

2. Execute the java web archive (Jenkins.war file) by running command

java –jar jenkins.war


3. The Jenkins server page can be viewed in browser on http://<server_ip>:<port_no>/



     After the server page is loaded


4. Now the Jenkins server is up and running. The new jobs and new nodes on which the jobs are designed to run should be set up.