jenkins本地部署
时间:2020-09-11 23:18:54
收藏:0
阅读:66
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
然后打开http://localhost:8080/
原文:https://www.cnblogs.com/zqlmmd/p/13654814.html
评论(0)