To start Jenkins and make sure it runs after a reboot:
brew services start jenkins-lts
To restart the Jenkins service and make sure it runs after a reboot:
brew services restart jenkins-lts
Master node:
pipeline 流水线
自动化 -> 部署 -> 检测 -> 代码