美文网首页工作生活
CENTOS服务器安装jenkins

CENTOS服务器安装jenkins

作者: 汤姆猫_6074 | 来源:发表于2019-07-01 17:36 被阅读0次
    下载 url 从官网去找 
    wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable/jenkins-2.176.1-1.1.noarch.rpm
    
    安装
    rpm -ih jenkins-2.176.1-1.1.noarch.rpm
    
    安装java1.8
    yum -y install java-1.8.0-openjdk*
    
    启动
    service jenkins start
    systemctl start jenkins
    

    相关文章

      网友评论

        本文标题:CENTOS服务器安装jenkins

        本文链接:https://www.haomeiwen.com/subject/wfdncctx.html