Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6825121f06d6427304fd5149531216ecae6fdf93
      
https://github.com/jenkinsci/jenkins/commit/6825121f06d6427304fd5149531216ecae6fdf93
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M core/src/main/java/hudson/model/listeners/ItemListener.java

  Log Message:
  -----------
  [JENKINS-21224] Defend against exceptions in listeners, for now just for 
ItemListener.
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


  Commit: 2c5eb2116a24ed6840f41b0b60f550718360d265
      
https://github.com/jenkinsci/jenkins/commit/2c5eb2116a24ed6840f41b0b60f550718360d265
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M changelog.html
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/jenkins


Compare: 
https://github.com/jenkinsci/jenkins/compare/02302d4857e9...2c5eb2116a24

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to