1. 26 11月, 2014 1 次提交
  2. 17 11月, 2014 6 次提交
  3. 15 11月, 2014 1 次提交
  4. 14 11月, 2014 2 次提交
  5. 13 11月, 2014 1 次提交
    • J
      AtomicFileWriter.commit should use Util.deleteFile so as to get a more... · 9a631581
      Jesse Glick 提交于
      AtomicFileWriter.commit should use Util.deleteFile so as to get a more meaningful error message in case the deletion fails.
      The following is not helpful in terms of diagnosing the root problem:
      java.io.IOException: Unable to delete /…/jobs/demo/builds/…/workflow/3.xml
      	at hudson.util.AtomicFileWriter.commit(AtomicFileWriter.java:112)
      	at hudson.XmlFile.write(XmlFile.java:179)
      	at org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage.saveActions(SimpleXStreamFlowNodeStorage.java:106)
      	at …
      9a631581
  6. 12 11月, 2014 3 次提交
  7. 11 11月, 2014 4 次提交
  8. 10 11月, 2014 11 次提交
  9. 08 11月, 2014 10 次提交
  10. 07 11月, 2014 1 次提交