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:
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
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