-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
405.v9a_5fddc9230d
When running the weekly BOM test for 2.530 on 2025-09-30, we are consistently receiving the following error:
08:04:42 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 22.43 s <<< FAILURE! – in hudson.views.ParameterFilterTest
08:04:42 [ERROR] hudson.views.ParameterFilterTest – Time elapsed: 0.025 s <<< ERROR!
08:04:42 java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
08:04:42 at jenkins.model.Jenkins.get(Jenkins.java:807)
08:04:42 at hudson.model.FileParameterValue.<init>(FileParameterValue.java:123)
08:04:42 at hudson.model.FileParameterValue.<init>(FileParameterValue.java:117)
08:04:42 at hudson.views.ParameterFilterTest.newFileParameterDefinition(ParameterFilterTest.java:45)
08:04:42 at hudson.views.ParameterFilterTest.testMatchesDefaultValue(ParameterFilterTest.java:40)
08:04:42 at java.base/java.lang.reflect.Method.invoke(Method.java:580)
{{08:04:42 }}
08:04:42 [INFO] Running hudson.views.ParameterFilterTest
08:04:42 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.010 s <<< FAILURE! – in hudson.views.ParameterFilterTest
08:04:42 [ERROR] hudson.views.ParameterFilterTest – Time elapsed: 0.010 s <<< ERROR!
08:04:42 java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
08:04:42 at jenkins.model.Jenkins.get(Jenkins.java:807)
08:04:42 at hudson.model.FileParameterValue.<init>(FileParameterValue.java:123)
08:04:42 at hudson.model.FileParameterValue.<init>(FileParameterValue.java:117)
08:04:42 at hudson.views.ParameterFilterTest.newFileParameterDefinition(ParameterFilterTest.java:45)
08:04:42 at hudson.views.ParameterFilterTest.testMatchesDefaultValue(ParameterFilterTest.java:40)
08:04:42 at java.base/java.lang.reflect.Method.invoke(Method.java:580)
Here is a deep link to the latest build attempt:
https://ci.jenkins.io/job/Tools/job/bom/view/change-requests/job/PR-5769/4/pipeline-overview/
- links to