pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
857 stars 483 forks source link

fix: return changeset items correctly from a pipeline build #850

Open kaltsi opened 9 months ago

kaltsi commented 9 months ago

Fixes #748

Jenkins pipeline build returns a list of changesets instead of a single changeset dict.