I installed Jenkins via homebrew on macOS and used it well, then I updated macOS yesterday.
After restarting Jenkins today, I can't access it from other PCs.
Jenkins changed to listen on localhost:8080
I checked that the httpListenAddress is 0.0.0.0 in the homebrew.mxcl.jenkins-lts.plist .
Looking at Jenkins systemInfo, the following line looks strange.
sun.java.command /usr/local/opt/jenkins-lts/libexec/jenkins.war --httpListenAddress=127.0.0.1 --httpPort=8080
I am wondering where this httpListenAddress parameter came from.