pycontribs / jenkinsapi

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

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

Open kaltsi opened 11 months ago

kaltsi commented 11 months ago

Fixes #748

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