Conversation
… would like to know why
|
Hi @mukundsrinivasb Thanks for your code contribution! It appears that you have some (namely two) bugs in your code. You can check these out say tat https://github.com/jenkinsci/plugin-installation-manager-tool/pull/548/checks?check_run_id=12083885842, where you have:
So it appears if you could handle the NPE exception at io.jenkins.tools.pluginmanager.util.PluginListParser.isHpi(PluginListParser.java:191) properly the failures to build should go away. |
|
I shall get to it right away |
|
Hi @mukundsrinivasb Maybe you should add the line |
How to check weather this change has taken effect?. Also I've added the fixes #365 to the title |

My objective
figure out how the cli parameters are read into java , and which
.javafiles parse them. I was under the impression thatgetPlugins()method in theCliOptions.javafile would be responsible for all of it.I am stuck
Running the
jenkins-plugin-cli -p gitverboses nothing, however it should verbose the name of the plugin after-p. In this casegit.Relevent links
Relevent Issues