-
Bug
-
Resolution: Fixed
-
Minor
Copy artifact is throwing a NPE when pointing at Jenkins Pipelines in the Jenkins Pipeline snippet generator when creating a copy artifact step using the DownstreamBuildSelector:
Caused by: java.lang.NullPointerException at hudson.plugins.copyartifact.DownstreamBuildSelector$DescriptorImpl.doCheckUpstreamProjectName(DownstreamBuildSelector.java:198) at sun.reflect.GeneratedMethodAccessor1349.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497)
- depends on
-
JENKINS-32526 NPE from CopyArtifact$DescriptorImpl.doCheckProjectName when using Copy artifact from Another Project in Promotion process of a template
- Closed
- is related to
-
JENKINS-33577 "Unable to find a build" when using DownstreamBuildSelector with Jenkins Pipelines
- Closed
- links to