jenkins安装

1.下载jenkins

wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/war/latest/jenkins.war

2. 下载tomcat

https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.zip

3.解压tomcat

unzip apache-tomcat-8.5.53.zip -d 解压路径

4.将jenkins.war 放在apache-tomcat-8.5.53/webapp下

5.修改配置文件

执行chomd 777  *.sh 修改,

6.启动  ./startup.sh

posted @ 2020-03-22 14:17  ilovetesting  阅读(128)  评论(0编辑  收藏  举报