美文网首页
Mac卸载Jenkins

Mac卸载Jenkins

作者: Theshy | 来源:发表于2016-11-29 09:56 被阅读62次
    依次执行下列命令就可以卸载mac上的jenkins
    卸载Jenkins.png
    sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist 
    sudo rm !$
    sudo rm -rf /Applications/Jenkins "/Library/Application Support/Jenkins" /Library/Documentation/Jenkins  
    sudo rm -rf /Users/Shared/Jenkins  
    # if you want to get rid of all the jobs and builds:  
    sudo dscl . -delete /Users/jenkins  
    # delete the jenkins user and group (if you chose to use them):  
    sudo dscl . -delete /Groups/jenkins 
    

    相关文章

      网友评论

          本文标题:Mac卸载Jenkins

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