Skip to content
  1. Oct 12, 2014
  2. Oct 11, 2014
  3. Oct 10, 2014
  4. Oct 09, 2014
  5. Oct 08, 2014
  6. Oct 07, 2014
  7. Oct 06, 2014
    • Jesse Glick's avatar
      Better robustness when action loading fails. · f8146742
      Jesse Glick authored
      For example, the following should not cause Run.onLoad itself to fail:
      java.lang.NullPointerException
      	at org.jenkinsci.plugins.workflow.steps.input.InputAction.onLoad(InputAction.java:29)
      	at hudson.model.Run.onLoad(Run.java:342)
      	at org.jenkinsci.plugins.workflow.job.WorkflowRun.onLoad(WorkflowRun.java:332)
      2 tags
      f8146742
    • Jesse Glick's avatar
    • Kohsuke Kawaguchi's avatar
      the trunk is toward 1.585-SNAPSHOT · 02302d48
      Kohsuke Kawaguchi authored
      02302d48
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 89d749ee
      Kohsuke Kawaguchi authored
      89d749ee
    • Jesse Glick's avatar
      [JENKINS-21224] Defend against exceptions in listeners, for now just for ItemListener. · 6825121f
      Jesse Glick authored
      java.lang.RuntimeException: Unable to copy /…/jobs/…/config.xml
      	at hudson.plugins.jobConfigHistory.FileHistoryDao.createNewHistoryEntryAndCopyConfig(FileHistoryDao.java:252)
      	at hudson.plugins.jobConfigHistory.FileHistoryDao.createNewItem(FileHistoryDao.java:238)
      	at hudson.plugins.jobConfigHistory.JobConfigHistoryJobListener.onCreated(JobConfigHistoryJobListener.java:31)
      	at hudson.model.listeners.ItemListener.fireOnCreated(ItemListener.java:161)
      	at jenkins.model.Jenkins.putItem(Jenkins.java:2483)
      	at …
      Caused by: java.io.FileNotFoundException: /…/jobs/…/config.xml (No such file or directory)
      	at java.io.FileInputStream.open(Native Method)
      	at java.io.FileInputStream.<init>(FileInputStream.java:120)
      	at hudson.plugins.jobConfigHistory.FileHistoryDao.copyConfigFile(FileHistoryDao.java:178)
      	at hudson.plugins.jobConfigHistory.FileHistoryDao.createNewHistoryEntryAndCopyConfig(FileHistoryDao.java:250)
      	... 108 more
      2 tags
      6825121f
  8. Oct 04, 2014
Loading