brew install --ignore-dependencies jenkins-lts(The reson I use--ignore-dependenciesis because I do not want JDK brought by brew, because I manage JDKs with SDKMAN. brew says--ignore-dependenciesis deprecated, but it still does it's job)- adjust location of java binary at
ProgramArgumentssection inhomebrew.mxcl.jenkins-lts.plistlocated at:/usr/local/opt/jenkins-lts/homebrew.mxcl.jenkins-lts.plistfor Intel-based Macs/opt/homebrew/opt/jenkins-lts/homebrew.mxcl.jenkins-lts.plistfor Apple Silicon
brew services start jenkins-ltsopen http://localhost:8080/- look up the initial password at
~/.jenkins/secrets/initialAdminPassword
Optionally: run JVM with -Dhudson.plugins.git.GitSCM.ALLOW_LOCAL_CHECKOUT=true, if you simply work locally and clone using file:// protocol