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

fix: jenkinsapi crashing jenkins_is_unavaiable #845

Closed yanksyoon closed 1 year ago

yanksyoon commented 1 year ago

This PR addresses the issue when Jenkins has a running job and /safeRestart is called.

image

Fixes: #844

yanksyoon commented 1 year ago

Is this repo being maintained?

cedrak commented 1 year ago

@yanksyoon It seemed to be dead, but recently @lechat made few changes and released new version. I think all we can do is wait for one of the maintainers to find some time to take a look at the PRs.

In the meantime, have you noticed that the test are failing for your changes? Could you take a look into that?

lechat commented 1 year ago

It looks like some plugins introduced dependencies on other plugins and that started to fail tests. I will try fixing that.