美文网首页
jenkins 常用配置记录

jenkins 常用配置记录

作者: 许道龙 | 来源:发表于2016-09-13 16:57 被阅读0次

    设定默认端口

    
    sudo defaults write /Library/Preferences/org.jenkins-ci httpPort 7070
    
    

    启动

    
    sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
    
    

    关闭

    
    sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
    
    

    相关文章

      网友评论

          本文标题:jenkins 常用配置记录

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