1. 24 9月, 2013 3 次提交
  2. 23 9月, 2013 3 次提交
  3. 22 9月, 2013 2 次提交
  4. 21 9月, 2013 1 次提交
  5. 17 9月, 2013 5 次提交
  6. 16 9月, 2013 4 次提交
  7. 14 9月, 2013 7 次提交
  8. 13 9月, 2013 1 次提交
  9. 12 9月, 2013 5 次提交
  10. 10 9月, 2013 5 次提交
    • K
      the trunk is toward 1.532-SNAPSHOT · 4373a602
      Kohsuke Kawaguchi 提交于
      4373a602
    • J
      Run.getResult may be null, so check for that. · 36e77587
      Jesse Glick 提交于
      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 jenkinsci-users@googlegroups.com
      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)
      36e77587
    • J
      [FIXED JENKINS-19515] Try to avoid truncation of fingerprint storage files. · 7790dbca
      Jesse Glick 提交于
      1. Use AtomicFileWriter on the hypothesis that an exception during save() caused truncation.
      2. Improve logging from the cleanup thread since that may be related to the root cause.
      3. Regardless of the cause, recover more gracefully by deleting any truncated file rather than throwing the error up.
      7790dbca
    • K
      7413d221
    • K
      823d1bf8
  11. 09 9月, 2013 1 次提交
  12. 06 9月, 2013 3 次提交