pycontribs / jenkinsapi

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

Add function get all revisions #772

Closed cachedout closed 4 years ago

cachedout commented 4 years ago

Hi!

This PR adds the ability to query a job to get not simply the first commit hash, but all commit hashes which might be related to the job.

Happy to address any concerns that come after a review. Thanks!

cachedout commented 4 years ago

Is there anything regarding the tests that need to be done? It looks as though the automated test suite might not be functional.

cachedout commented 4 years ago

Hi @lechat. Is there any way we can move forward on this? Thanks!

cachedout commented 4 years ago

Closed for lack of response.