执行“准备关机”的命令任务
是否有命令可以将 hudson 置于维护模式。我的意思是,在关闭 Hudson 之前,我们首先需要单击“管理 Hudson”UI 页面中的“准备关闭”按钮,是否可以从命令行执行上述任务。
我正在编写一个脚本来维护哈德森 - 首先我需要关闭哈德森,升级哈德森,启动哈德森。
有关闭和启动 Hudson 的命令。正在寻找准备 hudson 关闭的命令。
Is there a command that will put the hudson in maintenance mode. I mean, before shutting down the Hudson we first need to click "Prepare for Shutdown" button in "Manage Hudson" UI page, is it possible to do the above task from command-line.
Im writing a script to maintain the hudson - where in first i need to shutdown hudson, upgrade hudson, start hudson.
there are commands for Shutdown and start of Hudson. Looking for command that will prepare hudson for shutdown.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://your-server-name/hudson/quietDown
您应该能够调用该地址在 Linux 中使用
wget
将 Hudson 置于“准备关闭”模式。但不确定在 Windows 中如何执行此操作。http://your-server-name/hudson/quietDown
You should be able to call that address using
wget
in Linux to put Hudson into "prepare for shutdown" mode. Not sure how you would do that in Windows, though.