Skip to content
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

Meliora Testlab Pipeline steps dropped from 2.481 builds #498

Open
MarkEWaite opened this issue Oct 21, 2024 · 0 comments
Open

Meliora Testlab Pipeline steps dropped from 2.481 builds #498

MarkEWaite opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels

Comments

@MarkEWaite
Copy link
Contributor

MarkEWaite commented Oct 21, 2024

Reproduction steps

  1. The upgrade from Java EE 8 to Jakarta EE 9 has caused the Pipeline steps documentation generator to report a null pointer exception while trying to extract the Pipeline steps for the plugin.

The ci.jenkins.io logfile reports:

21:19:04  [WARNING] Cannot instantiate fi.meliora.testlab.ext.jenkins.TestlabNotifier$DescriptorImpl 
21:19:04  java.lang.NullPointerException: Cannot invoke "jakarta.servlet.ServletContext.getAttribute(String)" because "c" is null
21:19:04  	at hudson.util.PluginServletFilter.getInstance(PluginServletFilter.java:87)
21:19:04  	at hudson.util.PluginServletFilter.addFilter(PluginServletFilter.java:115)
21:19:04  	at hudson.util.PluginServletFilter.addFilter(PluginServletFilter.java:134)
21:19:04  	at PluginClassLoader for meliora-testlab//fi.meliora.testlab.ext.jenkins.TestlabNotifier$DescriptorImpl.<init>(TestlabNotifier.java:682)

Expected Results

Pipelines steps documentation for plugin should be generated

Actual Results

Pipeline steps are not generated.

Anything else?

I've submitted a pull request that may resolve the issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant