[Install Jenkins under MAC]

DMG installation of Jenkins is not recommended, brew installation is recommended.

The installation

brew install jenkins
Copy the code

Note: When using launchctl the port will be 8080.

Start Jenkins Service

  brew services start jenkins
Copy the code

Open Jenkins on the web page

Http://localhost:8080
Copy the code

Fixed an issue where Jenkins could not be accessed by IP on LAN

Reference this article [link] [Jenkins] LAN can’t according to the IP access Jenkins www.jianshu.com/p/10041e79a…