Closed
Description
ISSUE TYPE
Bug Report
Jenkinsapi VERSION
- 0.3.10
Jenkins VERSION
- 2.150.3
SUMMARY
Jenkins API is returning
Experiencing an issue while attempting to use the get_changeset_items() method.
The relevant lines are here:
jenkinsapi/jenkinsapi/build.py
Lines 142 to 144 in 8e93675
It appears that
self._data['changeSets']
is a list rather than a dict, so checking if 'items' is in it will not return true.
EXPECTED RESULTS
I'd expect that the method would return the changeset items for the build.
ACTUAL RESULTS
An empty list is returned.
USEFUL INFORMATION