如何使用 jenkinsapi 获取节点凭证

How to get nodes credentials using jenkinsapi

我需要获取节点的凭据信息(使用了哪些凭据)。

目前我使用此代码打印大量信息,但没有用于节点的凭据信息:

for node in get_server_instance().nodes._data['computer']:
    for i in node:
        print (i, node[i])

有什么方法可以获得凭据吗?

谢谢

唯一的方法是 运行 grep "credentials" */config.xml 在节点目录内的服务器上