老师,怎么重启Jenkins啊,网上找的答案都不对
tomcat版的重启tomcat就可以了, 在tomcat根目录执行命令
先停止tomcat
./bin/shutdown.sh
然后启动tomcat
./bin/startup.sh
即可,本课程采用的是war版本 不是网上的安装版本