Prev Next

DevOps / Jenkins Interview questions

How to install Jenkins?

The Jenkins Web application ARchive (WAR) file can be started from the command line like this:

  • Download the latest stable Jenkins WAR file to an appropriate directory on your machine.
  • Open up a terminal/command prompt window to the download directory.
  • Run the command java -jar jenkins.war.
  • Browse to http://localhost:8080 and wait until the Unlock Jenkins page appears.
  • Continue on with the Post-installation setup wizard below.

More Related questions...

Show more question and Answers...


Comments & Discussions