Jenkins server is not accessible by host name (ip address)

后端 未结 5 1578
终归单人心
终归单人心 2020-12-08 04:57

I setup jenkins on my Mac OS X with homebrew and it works just fine via http://localhost:8080 or http://127.0.0.1:8080 I couldn\'t access jenkins i

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-08 05:53

    By starting jenkins using sudo /etc/init.d/jenkins restart instead of sudo service jenkins start started the browser access. I hope it will be helpful.

提交回复
热议问题