-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #365 #548
base: master
Are you sure you want to change the base?
Fixes #365 #548
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
.java
files parse them. I was under the impression thatgetPlugins()
method in theCliOptions.java
file would be responsible for all of it.I am stuck
Running the
jenkins-plugin-cli -p git
verboses nothing, however it should verbose the name of the plugin after-p
. In this casegit
.Relevent links
Relevent Issues