[Python-jenkins-developers] [Bug 1177831] Re: build_job with parameters fails since POST is not used.

2014-09-22 Thread Tiantian Gao
I meet the same bug, my jenkins version is 1.580. When build a job, jenkins return 405. I look up the REST API doc of jenkins, it need us to send 'POST' request to the url 'http://{host}/job/{job_name}/build' to trigger a job. I tried below hack to work around this bug. Hoping this can do some h

[Python-jenkins-developers] [Bug 1177831] Re: build_job with parameters fails since POST is not used.

2014-09-22 Thread Terry Howe
For me, it was an "apt-get install jenkins" version on 14.04 or 12.04. I didn't set up the machine to know. -- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenkins. https://bugs.launchpad.net/bugs/1177831 Title: build_j

[Python-jenkins-developers] [Bug 1177831] Re: build_job with parameters fails since POST is not used.

2014-09-22 Thread Khai Do
I cannot reproduce this problem. What version of Jenkins are you seeing this in? I have a local Jenkins server (ver 1.541) installed and can start a build job without problems using python-jenkins from master. -- You received this bug notification because you are a member of Python Jenkins Deve