[Python-jenkins-developers] [Bug 1769425] Re: run_script returns nothing

2019-04-04 Thread Dan Nicholson
I believe this is fixed in commit 7ffb27c7d526e7bcb77cb2f93bb9de6e95f418f5, which is part of 1.1.0. I had the same problem on 1.0.2 and it was because the data passed wasn't being form encoded. Upgrading fixed it. -- You received this bug notification because you are a member of Python Jenkins De

[Python-jenkins-developers] [Bug 1806381] Re: install_plugin api throwing array index out of bound exception

2019-04-10 Thread Dan Nicholson
I'm not sure how this ever worked, but the issue is that the code expects that Jenkins will return a string like "Result: " where the boolean is the result of the call to check whether a restart is needed. However, the Groovy script run for this neither gathers the result or prints it in the format