Open toabctl opened 4 years ago
When creating a new node with create_node(), the node_dict expects a parameter called credential_description. It would be nice if also the credential ID could be given here.
create_node()
node_dict
credential_description
We are currently blocked from using jenkinsapi because of this issue.
jenkinsapi
I just created PR #798 which is supposed to fix it, please let me know if that can merge ASAP.
ISSUE TYPE
Jenkinsapi 0.3.11
Jenkins 2.164.3
SUMMARY
When creating a new node with
create_node()
, thenode_dict
expects a parameter calledcredential_description
. It would be nice if also the credential ID could be given here.