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 485 forks source link

Build.block_until_complete does not update build status #345

Open apogeum opened 9 years ago

apogeum commented 9 years ago

When block_until_complete returns, the status of the build is None. It updates only after I call get_build to update the build information.

khafatech commented 7 years ago

This causes build.is_good() to return False when called after block_until_complete() returns, even though the build passed. This should be a bug.

MrKiven commented 6 years ago

should call poll again to get data..

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

khafatech commented 4 years ago

I can fix this if I have time and a fix is still needed