Skip to content

GatherFiles contains null #55

@jrusnack

Description

@jrusnack

Dont know how to reproduce - server returns error when trying to gather report from test files. This seems to be caused by publisher during build, which probably means there`s some non-deterministic behaviour (user has no way to interfere with publisher).

GatherFiles= {
[results, build, "pre-compile" "linux"],
[results, build, "compile" "linux"],
[results, build, "compile" "solaris"],
null
}

HTTP ERROR: 500

INTERNAL_SERVER_ERROR

RequestURI=/job/testng_multi_2/1/nitrate-plugin/gather
Caused by:

java.lang.NullPointerException
at NitrateIntegration.TcmsReviewAction.doGather(TcmsReviewAction.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:103)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:373)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:373)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions