Jenkins does not start on macOS 10.12 (Sierra)

前端 未结 9 1752
既然无缘
既然无缘 2021-02-01 19:16

After upgrading my macOS to Sierra, when I start Jenkins using launchctl load I cannot connect to localhost:8080. If I call launchctl load again, I see response \"service alread

9条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 19:25

    I had the same issue, installing the JDK didn't made the trick

    However changing the rights of the log directory (in my case /var/log/jenkins) and restarting Jenkins worked.

    Seems that moving to Sierra changed the rights on this folder.

提交回复
热议问题