Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 36e775876b1658a72cf08757899626f6ef74b2f9
https://github.com/jenkinsci/jenkins/commit/36e775876b1658a72cf08757899626f6ef74b2f9
Author: Jesse Glick <[email protected]>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/tasks/ArtifactArchiver.java
Log Message:
-----------
Run.getResult may be null, so check for that.
Observed in 1.509.2:
Parsing POMs
Failed to transfer Could not find artifact … in central
(http://repo.maven.apache.org/maven2)
Archiving artifacts
ERROR: Processing failed due to a bug in the code. Please report this to
[email protected]
java.lang.NullPointerException
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:138)
at
org.zeroturnaround.jenkins.LiveRebelDeployBuilder.getArtificatOrMetadata(LiveRebelDeployBuilder.java:194)
at
org.zeroturnaround.jenkins.LiveRebelDeployBuilder.uploadConfiguration(LiveRebelDeployBuilder.java:171)
at
org.zeroturnaround.jenkins.LiveRebelDeployBuilder.perform(LiveRebelDeployBuilder.java:108)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:812)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:828)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:779)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:594)
at hudson.model.Run.execute(Run.java:1575)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:485)
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.