Jenkins War Packages
This is the WAR package repository of Jenkins for installation.
wget -q -O - /jenkins.io.key | sudo apt-key add -
You will need to pre-install a supported version of Java:
- 2.164 (2019-02) and newer: Java 8 or Java 11
- 2.54 (2017-04) and newer: Java 8
- 1.612 (2015-05) and newer: Java 7
java -jar jenkins.war
See the installation guide for more information, including how Jenkins is run and where the configuration is stored, etc.