1. 11 6月, 2014 1 次提交
  2. 04 5月, 2014 3 次提交
  3. 02 5月, 2014 4 次提交
  4. 01 5月, 2014 2 次提交
  5. 30 4月, 2014 4 次提交
  6. 29 4月, 2014 2 次提交
  7. 28 4月, 2014 6 次提交
  8. 24 4月, 2014 3 次提交
  9. 23 4月, 2014 4 次提交
  10. 22 4月, 2014 1 次提交
  11. 21 4月, 2014 4 次提交
  12. 20 4月, 2014 6 次提交
    • K
      [JENKINS-16846] · 20347431
      Kohsuke Kawaguchi 提交于
      This is a much simpler fix
      20347431
    • K
      Massaging the fix by stevenpost · d1fb126b
      Kohsuke Kawaguchi 提交于
      - coding style was not matching the rest of Jenkins
      - IOUtils.closeQuietly is a lot more concise way of achieving the same
        thing.
      - AtomicFileWriter.abort() does close, so no need to close it one more
        time.
      d1fb126b
    • K
      simplified · 533cfe47
      Kohsuke Kawaguchi 提交于
      533cfe47
    • K
      Unused code · 4192720f
      Kohsuke Kawaguchi 提交于
      4192720f
    • K
      [FIXED JENKINS-13546] · 680dd4a2
      Kohsuke Kawaguchi 提交于
      Bringing this to the parity with ParameterizedJobMixIn.doBuild()
      
      Instead of returning JSON, it returns "201 Created" and responds with the location of the queue item, through which the caller can track how it passes through the queue and eventually gets built/cancelled.
      
      The approach in pull request #750 that relies on
      AbstractProject.getQueueItem() is inherently unreliable, because
      item can be immediately built before the JSON is rendered, or it might
      corresponds to other queued items if the build supports concurrent
      builds, etc.
      680dd4a2
    • K
      [JENKINS-17510] · 50cc4f0f
      Kohsuke Kawaguchi 提交于
      Massaging the pull request.
      
      - Simplifying by reusing InterceptingExecutorService
      - Not hiding the implementation class for better
        consistency with other ExecutorService impls in
        Jenkins.
      50cc4f0f