[Python-jenkins-developers] [Bug 1853147] Re: create_node doesn't work

2020-08-31 Thread John Stockmann
I've also been blocked by this issue. I tried replacing "computer/doCreateItem" with "computer/new" inside of my jenkins\__init__.py but now I fail with a node doesn't exist exception because the node doesn't get created. "computer/new" is where I manually build a node. -- You received this bug

[Python-jenkins-developers] [Bug 1853147] Re: create_node doesn't work

2020-08-31 Thread John Stockmann
I followed the instructions on this page and was able to find a fix on my end: https://support.cloudbees.com/hc/en-us/articles/115003896171 -Creating-node-with-Rest-API-and-ManuallyTrustedKeyVerificationStrategy The fix was to change jenkins\__init__.py line 90 from LAUNCHER_COMMAND = 'hudson.slav