build test

iida
tanshaolong 2024-09-04 15:14:51 +08:00
parent a4790b4b53
commit 36ac95884f
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class TianYiContainerNodeProvider extends TianyiProvider {
Result result = doGet(url, header);
JSONObject returnObj = checkResult(result, "容器集群节点列表");
return new GeneralResult(true, nodeConvertor.convertList(JSONArray.parseArray(returnObj.toJSONString(), JSONObject.class)), "查询容器集群节点列表成功");
} catch (Exception e) {
log.error("查询容器集群节点列表失败 " + e);