1. 11 10月, 2014 1 次提交
  2. 10 10月, 2014 8 次提交
  3. 09 10月, 2014 6 次提交
  4. 08 10月, 2014 4 次提交
  5. 07 10月, 2014 1 次提交
    • J
      Better robustness when action loading fails. · f8146742
      Jesse Glick 提交于
      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)
      f8146742
  6. 06 10月, 2014 4 次提交
    • J
      2c5eb211
    • K
      the trunk is toward 1.585-SNAPSHOT · 02302d48
      Kohsuke Kawaguchi 提交于
      02302d48
    • K
      creating an RC branch · 89d749ee
      Kohsuke Kawaguchi 提交于
      89d749ee
    • J
      [JENKINS-21224] Defend against exceptions in listeners, for now just for ItemListener. · 6825121f
      Jesse Glick 提交于
      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
      6825121f
  7. 04 10月, 2014 6 次提交
  8. 03 10月, 2014 2 次提交
    • D
      [FIXED JENKINS-24966] Return failure when port is in use · 2b6c00db
      Daniel Beck 提交于
      Both 0 and 1 are used to indicate some kind of success (the latter when Jenkins doesn't need to be started because it was already running), so we need to return 2.
      2b6c00db
    • J
      NPE during shutdown. · c3d7e940
      Jesse Glick 提交于
      java.lang.NullPointerException
      	at hudson.model.User.idStrategy(User.java:140)
      	at hudson.model.User.getOrCreate(User.java:373)
      	at hudson.model.User.get(User.java:366)
      	at hudson.model.User.get(User.java:331)
      	at hudson.model.User.get(User.java:441)
      	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.getAuthentication(CpsFlowExecution.java:614)
      	at org.jenkinsci.plugins.workflow.cps.CpsVmThread.run(CpsVmThread.java:20)
      c3d7e940
  9. 02 10月, 2014 8 次提交