1、安装
更新jdk到 1.8
# rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
# 查看版本信息
# yum list jenkins
# yun install -y jenkins
# 修改启动端口
# vim /etc/sysconfig/jenkins
2、jenkins web 启动代理 配置节点
节点页面的启动命令,不可用,需要配置实际的服务端口
3、跨域配置
4、用户token配置
5、API