obsidian/笔记文件/2.笔记/Jeknins的相关指令.md
2025-03-26 00:02:56 +08:00

12 lines
386 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#杂七杂八常识
在浏览器输入相关指令就可以执行对应的Jenkins服务了
```
1.关闭jenkins服务
http://localhost:8080/exit 网址就能关闭jenkins服务。
2.重新启动jenkins服务器
http://localhost:8080/restart 网址就能重启jenkins服务。
3. 重新加载配置信息
http://localhost:8080/reload 网址就能重新加载配置信息。
```