{"record":{"id":"1ed9971333dd6d2a","repo":"jenkinsci/jenkins","slug":"error-occurred-while-performing-this-command-see-1ed997","errorCode":null,"errorMessage":"Error occurred while performing this command, see previous stderr output.","messagePattern":"Error occurred while performing this command, see previous stderr output\\.","errorType":"exception","errorClass":"AbortException","httpStatus":null,"severity":"error","filePath":"core/src/main/java/hudson/cli/DeleteNodeCommand.java","lineNumber":85,"sourceCode":"                if (node == null) {\n                    throw new IllegalArgumentException(\"No such node '\" + node_s + \"'\");\n                }\n\n                node.toComputer().doDoDelete();\n            } catch (Exception e) {\n                if (hs.size() == 1) {\n                    throw e;\n                }\n\n                final String errorMsg = node_s + \": \" + e.getMessage();\n                stderr.println(errorMsg);\n                errorOccurred = true;\n                continue;\n            }\n        }\n\n        if (errorOccurred) {\n            throw new AbortException(CLI_LISTPARAM_SUMMARY_ERROR_TEXT);\n        }\n        return 0;\n    }\n}\n","sourceCodeStart":67,"sourceCodeEnd":90,"githubUrl":"https://github.com/jenkinsci/jenkins/blob/2e228ff40b14dbc8b14ffbc6edf0e4383cf744fc/core/src/main/java/hudson/cli/DeleteNodeCommand.java#L67-L90","documentation":"Error \"Error occurred while performing this command, see previous stderr output.\" thrown in jenkinsci/jenkins.","triggerScenarios":"Raised when the delete-node CLI command fails partway (e.g. an exception while disconnecting or removing the node). The root cause is printed to stderr before this summary line.","commonSituations":"See trigger scenarios.","solutions":["Check the preceding stderr output for the underlying error.","Verify the node exists and you have Computer/Delete permission.","Disconnect the node first if it is currently connected, then retry delete-node."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2e228ff40b14dbc8b14ffbc6edf0e4383cf744fc","analyzedAt":"2026-08-14T07:07:15.274Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}