wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update -y
sudo apt-get install jenkins -y
結果報錯:java
eading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: jenkins : Depends: default-jre-headless (>= 2:1.8) but it is not going to be installed or java8-runtime-headless but it is not installable E: Unable to correct problems, you have held broken packages.
貌似只能在jdk1.8環境下才行。tomcat
但是個人環境是jdk1.7less
java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
而後我又下載了個低版本的jenkins.war ui
地址:http://mirrors.tuna.tsinghua.edu.cn/jenkins/war-stable/2.19.1/spa
直接部署在tomcat下面就行了插件
菜單路徑:系統管理—管理Jenkins—管理插件。code
安裝如下插件:orm
1. Maven Project Pluginblog
2. Subversion Pluginci
3. Checkstyle Plugin
4. Findbugs Plugin
5. PMD Plugin
6. Warnings Plugin