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

Null pointer exception on stable-2.387 CI job #3386

Closed
MarkEWaite opened this issue Feb 14, 2023 · 1 comment
Closed

Null pointer exception on stable-2.387 CI job #3386

MarkEWaite opened this issue Feb 14, 2023 · 1 comment

Comments

@MarkEWaite
Copy link

MarkEWaite commented Feb 14, 2023

Service(s)

ci.jenkins.io

Summary

The stable-2.387 branch on ci.jenkins.io is reporting a null pointer exception as it ends.

03:23:22  [Pipeline] End of Pipeline
03:23:22  java.lang.NullPointerException: Cannot invoke method replace() on null object
03:23:22  	at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:91)
03:23:22  	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
03:23:22  	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
03:23:22  	at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:34)
03:23:22  	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
03:23:22  	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
03:23:22  	at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:20)
03:23:22  	at infra.withArtifactCachingProxy(infra.groovy:127)
03:23:22  	at ___cps.transform___(Native Method)

Reproduction steps

  1. Open the build log and confirm it is reporting a null pointer exception
@MarkEWaite MarkEWaite added the triage Incoming issues that need review label Feb 14, 2023
@lemeurherve lemeurherve self-assigned this Feb 14, 2023
@lemeurherve lemeurherve added artifact-caching-proxy and removed triage Incoming issues that need review labels Feb 14, 2023
@lemeurherve
Copy link
Member

lemeurherve commented Feb 14, 2023

This job is a replay I've started to test jenkins-infra/pipeline-library#592 on Jenkins Core, still a work in progress but this should not affect other builds on this branch (if any).

The previous "normal" build on this branch is OK.

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

No branches or pull requests

2 participants