我在Ubuntu上安装了jenkins,当我尝试运行代理来创建节点时,我返回了一个IOException:
Failing to obtain http://<Master IP>:8090/computer/<Slave IP>/slave-agent.jnlp
java.io.IOException: Failed to load http://<Master IP>:8090/computer/<Slave IP>/slave-agent.jnlp: 403 Forbidden
at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:499)
at hudson.remoting.Launcher.run(Launcher.java:325)
at hudson.remoting.Launcher.main(Launcher.java:283)
据我所知,iptables没有启动,我找不到背后的原因。
2条答案
按热度按时间6gpjuf901#
使用此选项:用户名:密码:
USER是您的Jenkins用户ID
tquggr8v2#
在最新版本中,选项为-auth USER:PASSWORD
USER -jenkins主密码的用户名PASSWORD -该用户的密码(或帐户详细信息中的API密钥设置)