jenkinsci / ivy-plugin

Jenkins ivy plugin
https://plugins.jenkins.io/ivy/
MIT License
16 stars 42 forks source link

Do dependency graph rebuilding async on config submit #28

Closed aprattes closed 6 years ago

aprattes commented 6 years ago

On large Jenkins instances, rebuilding the dependency graph can take a lot of time and saving the Jenkins main configuration page might end up in a timeout when using the ivy plugin.

This fix will keep the configuration submit at the Jenkins main configuration responsive.

arothian commented 6 years ago

Looks reasonable.