Hi while executing an jenkins cli i am getting below error:FATAL: null java.lang.NullPointerException at org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.notifyReviewboard(ReviewboardNotifier.java:71) at org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.access$000(ReviewboardNotifier.java:41) at org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier$1.endBuild(ReviewboardNotifier.java:62) at hudson.matrix.MatrixBuild$MatrixBuildExecution.post2(MatrixBuild.java:403) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726) at hudson.model.Run.execute(Run.java:1618) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:247) at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)Can anybody faced the same issue?Thanks in advance.
Hi ,yes we have both the build steps in the build.1) review parameter2) notify reviewboardone more point when i am trying build with jenkins cli with patch parameter as a plugin (patch file as a parameter) i am getting below eror:Applying a patch FATAL: remote file operation failed: /jenkins/.../.../patch.diffat hudson.remoting.Channel@2d437a6d:vcsbuild-sol210_sparc hudson.util.IOException2: remote file operation failed: /jenkins/.../.../patch.diffat hudson.remoting.Channel@2d437a6d:vcsbuild-sol210_sparc
at hudson.FilePath.act(FilePath.java:902) at hudson.FilePath.act(FilePath.java:879) at org.jenkinsci.plugins.patch.PatchParameterValue$1.setUp(PatchParameterValue.java:51) at hudson.model.Build$BuildExecution.doRun(Build.java:154) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586) at hudson.model.Run.execute(Run.java:1593) at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
Caused by: java.io.IOException: Failed to patch /jenkins/.../.../patch.diff
at org.jenkinsci.plugins.patch.ApplyTask.invoke(ApplyTask.java:26) at org.jenkinsci.plugins.patch.ApplyTask.invoke(ApplyTask.java:19) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2415) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.get(ArrayList.java:411) at com.cloudbees.diff.ContextualPatch.applyHunk(ContextualPatch.java:260) at com.cloudbees.diff.ContextualPatch.findHunkIndex(ContextualPatch.java:234) at com.cloudbees.diff.ContextualPatch.applyHunk(ContextualPatch.java:227) at com.cloudbees.diff.ContextualPatch.applyPatch(ContextualPatch.java:155) at com.cloudbees.diff.ContextualPatch.patch(ContextualPatch.java:108) at org.jenkinsci.plugins.patch.ApplyTask.invoke(ApplyTask.java:23) ... 10 more
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/XqiGOAdSu1A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.