Re: 405 error from doCreateItem on 2.46.3, not on 2.46.1

2017-06-20 Thread Matt Rabe
I'm not all that familiar with Jenkins source but what I did anyway was git log between the 2.46.1 and 2.46.2 tags and scanned the commit messages for anything that looked obvious, and it was just that: commit ae402ba139df82f3d105b9e070444f1849543fce Author: Daniel Beck Date: Sat Apr 1 02:35:

Re: 405 error from doCreateItem on 2.46.3, not on 2.46.1

2017-06-16 Thread Baptiste Mathus
You probably want to test 2.46.2, then start a git bisect to identify the commit that introduced this possibly. Cheers 2017-06-16 19:21 GMT+02:00 Matt Rabe : > Got an issue with Nodepool / Jenkins setup, we're trying to upgrade to > 2.46.3 but Nodepool fails with a 405 on the GET (it needs to be

405 error from doCreateItem on 2.46.3, not on 2.46.1

2017-06-16 Thread Matt Rabe
Got an issue with Nodepool / Jenkins setup, we're trying to upgrade to 2.46.3 but Nodepool fails with a 405 on the GET (it needs to be a POST) request to add the Jenkins node. In 2.46.1 this GET request succeeds and the node is added. I'm wondering what changed so I have something to point to w