I have this problem that I can't seem to solve. Using macOS High Sierra. I installed Jenkins on my MacBook and I tried to run it on my system but I get this error: Jenkins message window
I have tried the following:
- Updated JDK to Update 161 (latest)
- Navigated to:
/Users/Shared/Jenkins/Home/hudson.model.UpdateCenter.xml
and changedhttps
tohttp
- Uninstalled and reinstalled Jenkins, I have also tried other versions of Jenkins.
- Restart Jenkins service through terminal.
Below is the error message when running java -jar jenkins.war
in the terminal which I suspect is the source of the
Jenkins appears to be offline
and I do not know how to solve this.
Any help is highly appreciated. Thank you!
David