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

Poll build before determining build status #749

Closed linkeal closed 1 year ago

linkeal commented 5 years ago

Solves issue #689 If you would like to have a test written for that which proves that it was not working before just let me know and I'll have a look to write an integration test.

codecov[bot] commented 4 years ago

Codecov Report

Merging #749 (e2e8cc6) into master (891cc08) will decrease coverage by 0.07%. The diff coverage is 0.00%.

:exclamation: Current head e2e8cc6 differs from pull request most recent head a9e5c8f. Consider uploading reports for the commit a9e5c8f to get more accurate results

@@            Coverage Diff             @@
##           master     #749      +/-   ##
==========================================
- Coverage   78.14%   78.07%   -0.07%     
==========================================
  Files          34       34              
  Lines        2832     2833       +1     
==========================================
- Hits         2213     2212       -1     
- Misses        619      621       +2     
lechat commented 4 years ago

Yes, test would be helpful. Thanks!