We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JobWithDetails.getDownstreamProjects() throws NullPointerException presumably because received JSON does not have downstreamJobs field.
java.lang.NullPointerException\n\tat com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)\n\tat com.google.common.collect.Lists$TransformingSequentialList.(Lists.java:560)\n\tat com.google.common.collect.Lists.transform(Lists.java:543)\n\tat com.offbytwo.jenkins.model.JobWithDetails.getDownstreamProjects(JobWithDetails.java:98)\n\tat
The text was updated successfully, but these errors were encountered:
What version of Jenkins are you using? What version of jenkins-client are you using?
Sorry, something went wrong.
Hi pnathan, Jenkins ver. 1.651.1 jenkins-client 0.3.2
Can you try with jenkins client 0.3.3 ?
Hi Karl Heinz, I tried with 0.3.3 and still got the same exception.
c092c3f
No branches or pull requests
JobWithDetails.getDownstreamProjects() throws NullPointerException presumably because received JSON does not have downstreamJobs field.
java.lang.NullPointerException\n\tat com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)\n\tat com.google.common.collect.Lists$TransformingSequentialList.(Lists.java:560)\n\tat com.google.common.collect.Lists.transform(Lists.java:543)\n\tat com.offbytwo.jenkins.model.JobWithDetails.getDownstreamProjects(JobWithDetails.java:98)\n\tat
The text was updated successfully, but these errors were encountered: