-
Improvement
-
Resolution: Fixed
-
Major
Hi,
I am one of the contributors to Jenkinsapi Python library. I started working on scripting Python client to create nodes and found that nodes API is unusable because creation of the SSH node requires id of the credentials to be used, but there is no API to ask for available credentials.
I can create credential by doing post to credential page, but there is no way to get an id of that credential.
To make nodes API work again it would be enough to provide API to create credential, which will return credential id and a method to get list of the credentials.
Thanks!