Jenkins Installation + Configuration + Plugin Management
- Download Generic Jenkins .war file from Jenkins website
- Store jenkins.war file on any path you want.
- Go to the path where jenkins.war file is stored and type following command on command prompt:
$ java -jar jenkins.war
- Open localhost:8080 on the browser.
- Authenticate Jenkins using authentication key generated on command line.
- Select install suggested plugins.
- Signup with administrator account.
Note
If Jenkins does not executes successfully and opens up after step 3, try changing the port using the following command:
$ java -jar jenkins.war --httpPort=<portnumber>