mac os 10.15.7 安装jenkins

几个有用的命令和文章记录

安装brew:
https://zhuanlan.zhihu.com/p/111014448
执行:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

可能会提示找不到git,无法安装xcode等,按如下方式安装xcode:
https://www.jianshu.com/p/729fb02a506c
用第二种方法:(https://developer.apple.com/download/more/)

安装jenkins:
https://www.jenkins.io/download/lts/macos/
brew install jenkins-lts

你可能感兴趣的:(mac os 10.15.7 安装jenkins)