Jenkins-Mac

简介: Jenkins-Mac

Jenkins-Mac



安装启动:
1、安装jenkins
brew install jenkins
2、链接launchd配置文件
ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents
ln -sfv /usr/local/opt/jenkins-lts/*.plist ~/Library/LaunchAgents
3、启动jenkins
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins-lts.plist
4、停止jenkins
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.jenkins-lts.plist
访问:http://localhost:8080 
清华大学镜像:https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json

卸载:
'/Library/Application Support/Jenkins/Uninstall.command'

替换成阿里巴巴的 brew.git 仓库地址:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git

还原为官方提供的 brew.git 仓库地址
cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

替换成阿里巴巴的 homebrew-core.git 仓库地址:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git

还原为官方提供的 homebrew-core.git 仓库地址
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core.git

改成中文语言显示
插件名称:
Localization: Chinese (Simplified)



向GitHub提交代码时触发Jenkins自动构建




相关文章
|
Windows
Mac 下SVN的使用(SnailSVN)
Mac 下SVN的使用(SnailSVN)
548 0
|
6月前
|
存储 Java API
Mac安装jadx并配置环境
Mac安装jadx并配置环境
428 0
|
7月前
|
存储 Kubernetes 负载均衡
Mac安装minikube
Mac安装minikube
102 0
|
7月前
|
Shell 网络安全 开发工具
mac或windows下的git环境配置
mac或windows下的git环境配置
157 0
|
jenkins Java 持续交付
Mac下安装与配置Jenkins
Mac下安装与配置Jenkins
237 0
mac命令行安装应用
Mac通过命令行安装ipa包到ios手机,可以在终端通过第三方库libimobiledevice安装。libimobiledevice 是一个跨平台的软件库,支持 iPhone, iPod Touch, iPad and Apple TV等设备的通讯协议,不需要越狱。
|
Linux 程序员 网络安全
Mac下vagrant从安装到体验
Mac下使用虚拟机时,通过vagrant+virtualbox的组合是个不错的方案,本文就一起来实战虚拟机的快速搭建
266 0
Mac下vagrant从安装到体验
|
JavaScript 前端开发 关系型数据库
Mac M1快速配置开发环境
Mac M1快速配置开发环境
436 0
Mac M1快速配置开发环境
|
开发工具 数据安全/隐私保护 git
Git安装与配置(mac版本)
Git安装与配置(mac版本)
1023 0
Git安装与配置(mac版本)