Jenkins总结
1)centos安裝Jenkins:
- wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable/jenkins-2.107.3-1.1.noarch.rpm
- rpm -ivh jenkins-2.107.3-1.1.noarch.rpm
- service start jenkins
或者是(很慢):
? ? ? 1 wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
? ? ? 2 rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
? ? ? 3 yum install -y jenkins
如果出現:jenkins啟動一直顯示 Jenkins正在啟動,請稍后... 的問題? ?則
?
轉載于:https://www.cnblogs.com/xhuangtao/p/10781258.html
總結
 
                            
                        - 上一篇: 字母异位词分组
- 下一篇: 查询字符串某个字符的个数
