博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jenkins Slave 通过JNLP 的方式 访问Master IP 总是127.0.0.1
阅读量:6829 次
发布时间:2019-06-26

本文共 884 字,大约阅读时间需要 2 分钟。

解决办法,重启机器

可能是我以前用的jenkins url 是127.0.0.1 然后是缓存什么没有释放掉所致

<jnlp codebase="http://183.62.104.48:8081/computer/win12/" spec="1.0+"><information><title>Agent for win12</title><vendor>Jenkins project</vendor><homepage href="https://jenkins-ci.org/"/></information><security><all-permissions/></security><resources><j2se java-vm-args="-Xrs -Xmx256m" version="1.7+"/><jar href="http://183.62.104.48:8081/jnlpJars/remoting.jar"/><property name="hudson.showWindowsServiceInstallLink" value="true"/></resources><application-desc main-class="hudson.remoting.jnlp.Main"><argument>9a7f3c0e8bed2742eceba49eb806327b88085f973bf782e231ccc061bee4ddf5</argument>

<argument>win12</argument><argument>-tunnel</argument><argument>127.0.0.1:8080</argument><argument>-url</argument><argument>http://183.62.104.48:8081/</argument></application-desc></jnlp>

转载于:https://www.cnblogs.com/flysun0311/p/5441790.html

你可能感兴趣的文章
asp.net 进度条实现。。
查看>>
LeetCode----204. Count Primes(Java)
查看>>
有一行文字,要求删去其中某个字符
查看>>
由Photoshop高反差保留算法原理联想到的一些图像增强算法。
查看>>
Android课程---qq登陆页面(练习)
查看>>
整理JRE瘦身或精简JRE
查看>>
idea搭建简单spring-boot项目
查看>>
何为RP(快速成型)技术?
查看>>
Python初学的几个迷惑点
查看>>
springmvc 文件上传(粘贴即用)
查看>>
$.each() each
查看>>
Oracle物化视图的一般使用
查看>>
跳马(广搜_队列)
查看>>
JEE_Model1和Model2模型
查看>>
51nod 1441:士兵的数字游戏
查看>>
UVA 11573 Ocean Currents
查看>>
serviceCapture 和firefox 模拟局域网慢网速
查看>>
hdu4908(中位数)
查看>>
别的程序员是怎么读你的简历的
查看>>
创建型设计模式之单例设计模式
查看>>