Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@recampbell
Created July 27, 2011 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recampbell/1109680 to your computer and use it in GitHub Desktop.
Save recampbell/1109680 to your computer and use it in GitHub Desktop.
[JENKINS] Archiving /scratch/hudson/workspace/Castor - JDK 1.6 - Castor/target/castor-1.3.3-SNAPSHOT-site.xml to /home/cloudbees/hudson_home/jobs/Castor - JDK 1.6 - Castor/modules/org.codehaus.castor$castor/builds/2011-07-27_15-51-04/archive/org.codehaus.castor/castor/1.3.3-SNAPSHOT/castor-1.3.3-SNAPSHOT-site.xml
post build true:true
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
post build true:true[INFO] Trace
java.lang.NullPointerException
at org.jenkins.plugins.cloudbees.MavenArtifactFilePathSaver.postBuild(MavenArtifactFilePathSaver.java:73)
at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:1037)
at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:353)
at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:311)
at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hudson.maven.agent.Main.launch(Main.java:173)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment