美文网首页
Mac jenkins输入http://localhost:80

Mac jenkins输入http://localhost:80

作者: 黑炭长 | 来源:发表于2022-01-14 10:15 被阅读0次

    有同事想学习jenkins安装和配置使用,来问我,我之前安装并使用过,输入http://localhost:8080之后发现无法访问了,究其原因推测是我电脑的ip地址变了,而原来的http://localhost:8080绑定的是之前的ip地址,导致无法访问,这里需要将http://localhost:8080绑定到现在的ip地址,话不多说,直接看修改
    1、首先看现在的ip地址
    点击设置-网络,就可看到本机的IP地址

    2、配置hosts文件

      具体hosts文件地址,/etc/即可看到 添加192.168.83.89 localhost
    

    3、修改.jenkins文件中的jenkins.model.JenkinsLocationConfiguration.xml文件的jenkinsUrl为ip:8080

    4、修改/usr/local/opt/jenkins/homebrew.mxcl.jenkins.plist 文件中的--httpListenAddress=ip

    5、重启jenkins brew services restart jenkins

    再次输入http://localhost:8080 发现可以登录了,到此问题解决

    相关文章

      网友评论

          本文标题:Mac jenkins输入http://localhost:80

          本文链接:https://www.haomeiwen.com/subject/gekacrtx.html