-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Cent OS 6.3 x86_64
when using jenkinsapi(python) to create node, it always return "Status Code: 500
Exception: java.lang.NullPointerException"
So, I tried to use REST API by typing url, for example,
http://(baseurl)/jenkins/computer/doCreateItem?json=
&name=AAA
then I found that when name variable is given, status 500 occurred;
otherwise Jenkins shows a page to notify "name" is required.
Any suggestion for this?
Thanks a million