提交 0b8d2166 编写于 作者: J Jesse Glick

/updateCenter/safeRestart now requires POST.

上级 85acc31c
......@@ -219,7 +219,7 @@ exports.installPluginsDone = function(handler) {
* Restart Jenkins
*/
exports.restartJenkins = function(handler) {
jenkins.get('/updateCenter/safeRestart', function() {
jenkins.post('/updateCenter/safeRestart', {}, function() {
handler.call({ isError: false });
}, {
timeout: pluginManagerErrorTimeoutMillis,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册