How to start or stop Jenkins on macOS
- Published on
- Separator
- •
- Reading time
- 1 min read
In the past, I was looking for a way start or stop Jenkins service on my machine. I finally figured out a method to unstuck the issue.
Open a terminal session and run the following commands to start or stop Jenkins service.
Start Jenkins service
Stop Jenkins service
Hopefully, it’s useful.