如何修改Jenkins默认的8080端口
1. vim /etc/init.d/jenkins, 修改 do_start 函数的 check_tcp_port 命令,端口号从 8080 换成 8081.
2. vim /etc/default/jenkins 文件,将端口 8080 改成 8081.
3. service jenkin restart
4. ps -def|grep java
相关推荐
tchonggang 2015-08-12
jmdvirus 2015-08-12
Will0 2010-10-29
secondid 2010-08-23
LUOPING0 2010-02-09
pointfish 2009-12-19
helencoder 2011-05-03
zgxzowen 2007-10-08
onlykg 2012-08-15
secondid 2019-06-06
shukezheng 2018-09-09
Nicolase 2018-07-13
oraclestudyroad 2011-11-12
hepeng 2010-11-10
hellowillness 2008-06-25
结果因为如果诞生 2009-07-12