zl程序教程

您现在的位置是:首页 >  工具

当前栏目

mac 安装jenkins

2023-09-27 14:27:49 时间

kts版本
macOS Installers for Jenkins LTS

Sample commands:
Install the latest LTS version: brew install jenkins-lts
Install a specific LTS version: brew install jenkins-lts@YOUR_VERSION
Start the Jenkins service: brew services start jenkins-lts
Restart the Jenkins service: brew services restart jenkins-lts
Update the Jenkins version: brew upgrade jenkins-lts

完整版班

macOS Installers for Jenkins Weekly

Sample commands:
Install the latest Weekly version: brew install jenkins
Install a specific Weekly version: brew install jenkins@YOUR_VERSION
Start the Jenkins service: brew services start jenkins
Restart the Jenkins service: brew services restart jenkins
Update the Jenkins version: brew upgrade jenkins