Skip to content

Instantly share code, notes, and snippets.

@tfennelly
Created July 15, 2014 13:57
Show Gist options
  • Save tfennelly/26c2c63aba639db4a2ed to your computer and use it in GitHub Desktop.
Save tfennelly/26c2c63aba639db4a2ed to your computer and use it in GitHub Desktop.

Revisions

  1. tfennelly created this gist Jul 15, 2014.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    Building in workspace /Users/tfennelly/projects/jenkins/war/work/workspace/maven
    Unpacking http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip to /Users/tfennelly/projects/jenkins/war/work/tools/hudson.tasks.Maven_MavenInstallation/maven305 on Jenkins
    ERROR: Processing failed due to a bug in the code. Please report this to [email protected]
    java.lang.NullPointerException
    at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:69)
    at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)
    at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:205)
    at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:609)
    at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:625)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:535)
    at hudson.model.Run.execute(Run.java:1732)
    at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
    at hudson.model.ResourceController.execute(ResourceController.java:88)
    at hudson.model.Executor.run(Executor.java:234)