Did somebody had a chance to use http-builder-ng Groovy module in Jenkins pipeline?
When I use this module with any kind of request/URL it always returns me null object when the same source code from my Desktop is being run fine.
Here is debug output:
<groovyx.net.http.UriBuilder$Basic@4bc2413c scheme=http port=-1 host=api.open-notify.org path=/astros.json query=[:] fragment=null userInfo=null parent=groovyx.net.http.UriBuilder$ThreadSafe@69c6847a useRawValues=null>
The older version of this module developed by groovy.codehouse works fine, but it doesn't have some methods which I need.