Sunday, September 27, 2015

Installation of Hudson on Windows

Hudson is a Continuous Integration [CI] Tool [Open Source] written in "JAVA", which runs in a Servlet container, such as "Apache Tomcat" etc Application Server

Steps to Install Hudson on Windows:
*************************************
Pre-Requisite: Java [JD+JRE] must be installed and running in the system without any error

[Step.1]: Download Hudson from the below resource:



[Step.2]: Place downloaded Hudson [.war] file to local drive [e.g. C:\hudson]:


[Step.3]: Open a new Command [cmd] prompt : Navigate to C:\hudson folder as shown below:
Please Type:  java -jar hudson-3.3.0.war and Hit Enter 


Result: Wait till the process completes...



Note: Minimize the above running hudson server [cmd prompt]

[Step.4]:  Open Browser and type :  http://localhost:8080/

Result: The below Screen is displayed 


[Step.5]: Click on "Save" button from the above Screen or Page
Result: Wait till the process completes as loading below: 



Result: Hudson installed and running successfully :)

Thanks Much,
** Bin **