Installation - nthakur34/JenkinsGithub GitHub Wiki

Prerequisites

  • Matlab installed
  • Git installed with git.exe in path
  • JDK would be useful

Installation

Windows:

The simplest way to install Jenkins is through the installer for Windows available on its website. The installation should guide you through the steps. After installation the GUI can be accessed through "http://localhost:8080/". If it is not activated, try to head to the directory where jenkins.exe is located through command prompt. It should be in one of the Program Files folder. Then type "jenkins.exe start". If the jenkins.exe command doesn't work then the installation went wrong somewhere so you should uninstall and reinstall. If later on your Matlab isn't opening from Jenkins batch commands, then try to reinstall Jenkins on a servlet container like Tomcat. More about this in Additional Info

Linux

Same as the Windows instructions except the need to install the Ubuntu/Debian version.


Next: Set-up Jenkins