-
Task
-
Resolution: Fixed
-
Minor
-
-
GSoC 2019. Coding Phase 2
The tool checks the if there are failed plugins, but instead of conditionally exiting with a value of 1, it always exits with a value of 1. It should exit with a value of zero if there are no failed plugins.
Fixed in PR: https://github.com/jenkinsci/plugin-installation-manager-tool/pull/39
Added exceptions and exiting in:
https://github.com/jenkinsci/plugin-installation-manager-tool/pull/43